@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
|
@@ -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;
|
|
@@ -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;
|
|
@@ -112,8 +112,7 @@
|
|
|
112
112
|
position: relative;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
116
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
115
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
117
116
|
color: #fff;
|
|
118
117
|
cursor: default;
|
|
119
118
|
font-family: "Inter";
|
|
@@ -122,41 +121,6 @@
|
|
|
122
121
|
text-align: center;
|
|
123
122
|
}
|
|
124
123
|
|
|
125
|
-
.e-mention.e-popup {
|
|
126
|
-
background: #1f2937;
|
|
127
|
-
border: 0;
|
|
128
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
129
|
-
margin-top: 2px;
|
|
130
|
-
position: absolute;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
134
|
-
display: inline;
|
|
135
|
-
font-weight: bold;
|
|
136
|
-
vertical-align: baseline;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-mention .e-mention-chip,
|
|
140
|
-
.e-mention .e-mention-chip:hover {
|
|
141
|
-
color: #22d3ee;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-mention .e-mention-chip::selection {
|
|
145
|
-
color: #fff;
|
|
146
|
-
background: #22d3ee;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.e-mention.e-editable-element {
|
|
150
|
-
border: 2px solid #4b5563;
|
|
151
|
-
height: auto;
|
|
152
|
-
min-height: 120px;
|
|
153
|
-
width: 100%;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.e-form-mirror-div {
|
|
157
|
-
white-space: pre-wrap;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
124
|
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
161
125
|
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
162
126
|
font-size: 16px;
|
|
@@ -290,7 +254,6 @@
|
|
|
290
254
|
border-color: #4b5563;
|
|
291
255
|
}
|
|
292
256
|
.e-dropdownbase .e-list-item {
|
|
293
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
294
257
|
-webkit-tap-highlight-color: transparent;
|
|
295
258
|
background-color: #374151;
|
|
296
259
|
border-bottom: 0;
|
|
@@ -112,8 +112,7 @@
|
|
|
112
112
|
position: relative;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
116
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
115
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
117
116
|
color: #111827;
|
|
118
117
|
cursor: default;
|
|
119
118
|
font-family: "Inter";
|
|
@@ -122,41 +121,6 @@
|
|
|
122
121
|
text-align: center;
|
|
123
122
|
}
|
|
124
123
|
|
|
125
|
-
.e-mention.e-popup {
|
|
126
|
-
background: #fff;
|
|
127
|
-
border: 0;
|
|
128
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
129
|
-
margin-top: 2px;
|
|
130
|
-
position: absolute;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
134
|
-
display: inline;
|
|
135
|
-
font-weight: bold;
|
|
136
|
-
vertical-align: baseline;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-mention .e-mention-chip,
|
|
140
|
-
.e-mention .e-mention-chip:hover {
|
|
141
|
-
color: #4f46e5;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-mention .e-mention-chip::selection {
|
|
145
|
-
color: #fff;
|
|
146
|
-
background: #4f46e5;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.e-mention.e-editable-element {
|
|
150
|
-
border: 2px solid #e5e7eb;
|
|
151
|
-
height: auto;
|
|
152
|
-
min-height: 120px;
|
|
153
|
-
width: 100%;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.e-form-mirror-div {
|
|
157
|
-
white-space: pre-wrap;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
124
|
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
161
125
|
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
162
126
|
font-size: 16px;
|
|
@@ -290,7 +254,6 @@
|
|
|
290
254
|
border-color: #e5e7eb;
|
|
291
255
|
}
|
|
292
256
|
.e-dropdownbase .e-list-item {
|
|
293
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
294
257
|
-webkit-tap-highlight-color: transparent;
|
|
295
258
|
background-color: #fff;
|
|
296
259
|
border-bottom: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$ddl-input-font-size: 14px !default;
|
|
3
3
|
$ddl-input-border: $border-size $border-type !default;
|
|
4
4
|
$ddl-input-font-family: inherit !default;
|
|
@@ -24,7 +24,6 @@ $ddl-default-border-color: $grey-44 !default;
|
|
|
24
24
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
25
25
|
$ddl-back-icon-padding: 0 !default;
|
|
26
26
|
$ddl-filter-margin: 0 !default;
|
|
27
|
-
|
|
28
27
|
// small size
|
|
29
28
|
$ddl-small-list-font-size: 13px !default;
|
|
30
29
|
|
|
@@ -23,7 +23,6 @@ $ddl-default-border-color: $grey-cc !default;
|
|
|
23
23
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
24
24
|
$ddl-back-icon-padding: 0 !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
|
-
|
|
27
26
|
// small size
|
|
28
27
|
$ddl-small-list-font-size: 13px !default;
|
|
29
28
|
|
|
@@ -33,7 +32,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
33
32
|
@include export-module('dropdownlist-bootstrap') {
|
|
34
33
|
#{&}.e-popup.e-ddl {
|
|
35
34
|
border-radius: 4px;
|
|
36
|
-
box-shadow:
|
|
35
|
+
box-shadow: 0 6px 12px $ddl-list-box-shadow-color;
|
|
37
36
|
margin-top: 3px;
|
|
38
37
|
@at-root {
|
|
39
38
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
$ddl-input-font-size: 14px !default;
|
|
2
|
-
|
|
3
2
|
// $ddl-input-border: $border-size $border-type !default;
|
|
4
3
|
$ddl-input-font-family: inherit !default;
|
|
5
4
|
$ddl-zero-value: 0 !default;
|
|
@@ -26,7 +25,6 @@ $ddl-icon-color: rgba($black, .5) !default;
|
|
|
26
25
|
$ddl-icon-hover-color: rgba($black, .4) !default;
|
|
27
26
|
$ddl-readonly-bg-color: $gray-200 !default;
|
|
28
27
|
$ddl-filter-margin: 0 !default;
|
|
29
|
-
|
|
30
28
|
// small size
|
|
31
29
|
$ddl-small-list-font-size: 13px !default;
|
|
32
30
|
|
|
@@ -36,7 +34,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
36
34
|
@include export-module('dropdownlist-bootstrap4') {
|
|
37
35
|
#{&}.e-popup.e-ddl {
|
|
38
36
|
border-radius: 4px;
|
|
39
|
-
box-shadow:
|
|
37
|
+
box-shadow: none;
|
|
40
38
|
margin-top: 3px;
|
|
41
39
|
@at-root {
|
|
42
40
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -17,7 +17,6 @@ $ddl-back-icon-padding: 0 8px !default;
|
|
|
17
17
|
$ddl-popup-shadow: $shadow-lg !default;
|
|
18
18
|
$ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
19
19
|
$ddl-filter-margin: 0 !default;
|
|
20
|
-
|
|
21
20
|
// Small Size
|
|
22
21
|
$ddl-small-list-font-size: $text-xs !default;
|
|
23
22
|
|
|
@@ -39,7 +38,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
39
38
|
@include export-module('dropdownlist-bootstrap5') {
|
|
40
39
|
#{&}.e-popup.e-ddl {
|
|
41
40
|
border-radius: 4px;
|
|
42
|
-
box-shadow:
|
|
41
|
+
box-shadow: none;
|
|
43
42
|
margin-top: 3px;
|
|
44
43
|
@at-root {
|
|
45
44
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -127,7 +126,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
127
126
|
|
|
128
127
|
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
129
128
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
130
|
-
.e-float-input.e-ddl input[readonly]
|
|
129
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
131
130
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
132
131
|
background: transparent;
|
|
133
132
|
color: $ddl-list-icon-color;
|
|
@@ -140,6 +139,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
140
139
|
background: $content-bg-color-alt2;
|
|
141
140
|
}
|
|
142
141
|
|
|
142
|
+
|
|
143
143
|
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist ~ .e-ddl-icon,
|
|
144
144
|
.e-input-group.e-disabled.e-ddl .e-control#{&}.e-dropdownlist ~ .e-input-group-icon,
|
|
145
145
|
.e-control#{&}.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$ddl-input-font-size: 14px !default;
|
|
3
3
|
$ddl-input-border: $border-size $border-type !default;
|
|
4
4
|
$ddl-input-font-family: inherit !default;
|
|
@@ -24,7 +24,6 @@ $ddl-filter-background-color: $neutral-white !default;
|
|
|
24
24
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
25
25
|
$ddl-back-icon-padding: 0 !default;
|
|
26
26
|
$ddl-filter-margin: 0 !default;
|
|
27
|
-
|
|
28
27
|
//small size
|
|
29
28
|
$ddl-small-list-font-size: 13px !default;
|
|
30
29
|
|
|
@@ -23,10 +23,8 @@ $ddl-filter-background-color: $neutral-white !default;
|
|
|
23
23
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
24
24
|
$ddl-back-icon-padding: 0 !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
|
-
|
|
27
26
|
//small size
|
|
28
27
|
$ddl-small-list-font-size: 13px !default;
|
|
29
|
-
|
|
30
28
|
// touch size
|
|
31
29
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
32
30
|
|
|
@@ -18,7 +18,6 @@ $ddl-popup-shadow: $shadow-lg !default;
|
|
|
18
18
|
$ddl-readonly-bg-color: $content-bg-color !default;
|
|
19
19
|
$ddl-filter-parent-border: 1px solid $flyout-border !default;
|
|
20
20
|
$ddl-filter-margin: 0 !default;
|
|
21
|
-
|
|
22
21
|
// Small Size
|
|
23
22
|
$ddl-small-list-font-size: $text-xs !default;
|
|
24
23
|
|
|
@@ -40,7 +39,7 @@ $ddl-filter-box-shadow: none !default;
|
|
|
40
39
|
@include export-module('dropdownlist-bootstrap5') {
|
|
41
40
|
#{&}.e-popup.e-ddl {
|
|
42
41
|
border-radius: 4px;
|
|
43
|
-
box-shadow:
|
|
42
|
+
box-shadow: none;
|
|
44
43
|
margin-top: 1px;
|
|
45
44
|
@at-root {
|
|
46
45
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -17,7 +17,6 @@ $ddl-back-icon-padding: 0 8px !default;
|
|
|
17
17
|
$ddl-popup-shadow: $shadow-lg !default;
|
|
18
18
|
$ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
19
19
|
$ddl-filter-margin: 0 !default;
|
|
20
|
-
|
|
21
20
|
// Small Size
|
|
22
21
|
$ddl-small-list-font-size: $text-xs !default;
|
|
23
22
|
|
|
@@ -39,7 +38,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
39
38
|
@include export-module('dropdownlist-bootstrap5') {
|
|
40
39
|
#{&}.e-popup.e-ddl {
|
|
41
40
|
border-radius: 4px;
|
|
42
|
-
box-shadow:
|
|
41
|
+
box-shadow: none;
|
|
43
42
|
margin-top: 3px;
|
|
44
43
|
@at-root {
|
|
45
44
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -127,7 +126,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
127
126
|
|
|
128
127
|
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
129
128
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
130
|
-
.e-float-input.e-ddl input[readonly]
|
|
129
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
131
130
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
132
131
|
background: transparent;
|
|
133
132
|
color: $ddl-list-icon-color;
|
|
@@ -140,6 +139,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
140
139
|
background: $content-bg-color-alt2;
|
|
141
140
|
}
|
|
142
141
|
|
|
142
|
+
|
|
143
143
|
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist ~ .e-ddl-icon,
|
|
144
144
|
.e-input-group.e-disabled.e-ddl .e-control#{&}.e-dropdownlist ~ .e-input-group-icon,
|
|
145
145
|
.e-control#{&}.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -23,10 +23,8 @@ $ddl-filter-background-color: $bg-base-0 !default;
|
|
|
23
23
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
24
24
|
$ddl-back-icon-padding: 0 !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
|
-
|
|
27
26
|
//small size
|
|
28
27
|
$ddl-small-list-font-size: 13px !default;
|
|
29
|
-
|
|
30
28
|
// touch size
|
|
31
29
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
32
30
|
|
|
@@ -43,49 +41,40 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
43
41
|
#{if(&, '&', '*')}.e-popup {
|
|
44
42
|
border: 0;
|
|
45
43
|
box-shadow: 0 0 5px 0 $ddl-list-box-shadow-color;
|
|
46
|
-
margin-top: 1px
|
|
47
|
-
#{if(&, '&', '*')} .e-content.e-nodata {
|
|
44
|
+
margin-top: 1px;#{if(&, '&', '*')} .e-content.e-nodata {
|
|
48
45
|
background-color: $bg-base-0;
|
|
49
|
-
}
|
|
50
|
-
#{if(&, '&', '*')} .e-dropdownbase {
|
|
46
|
+
}#{if(&, '&', '*')} .e-dropdownbase {
|
|
51
47
|
#{if(&, '&', '*')} .e-list-item {
|
|
52
48
|
#{if(&, '&', '*')} .e-highlight {
|
|
53
49
|
color: $header-font;
|
|
54
50
|
}
|
|
55
51
|
}
|
|
56
|
-
}
|
|
57
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
52
|
+
}#{if(&, '&', '*')} .e-input-group {
|
|
58
53
|
display: flex;
|
|
59
54
|
width: auto;
|
|
60
55
|
@at-root {
|
|
61
56
|
#{if(&, '&', '*')} input {
|
|
62
57
|
line-height: 15px;
|
|
63
58
|
}
|
|
64
|
-
}
|
|
65
|
-
#{if(&, '&', '*')} .e-clear-icon {
|
|
59
|
+
}#{if(&, '&', '*')} .e-clear-icon {
|
|
66
60
|
border-radius: 20px;
|
|
67
61
|
height: 20px;
|
|
68
62
|
margin: 5px;
|
|
69
63
|
min-width: 20px;
|
|
70
|
-
}
|
|
71
|
-
#{if(&, '&', '*')} .e-clear-icon {
|
|
64
|
+
}#{if(&, '&', '*')} .e-clear-icon {
|
|
72
65
|
#{if(&, '&', '*')}::before {
|
|
73
66
|
font-size: 10px;
|
|
74
|
-
}
|
|
75
67
|
}
|
|
76
68
|
}
|
|
77
|
-
#{if(&, '&', '*')} .e-filter-parent {
|
|
69
|
+
}#{if(&, '&', '*')} .e-filter-parent {
|
|
78
70
|
border-left-width: 0;
|
|
79
|
-
border-right-width: 0
|
|
80
|
-
#{if(&, '&', '*')} .e-input-group.e-control-wrapper:hover:active {
|
|
71
|
+
border-right-width: 0;#{if(&, '&', '*')} .e-input-group.e-control-wrapper:hover:active {
|
|
81
72
|
border-color: $border-fg;
|
|
82
73
|
}
|
|
83
|
-
}
|
|
84
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
74
|
+
}.e-bigger #{if(&, '&', '*')} {
|
|
85
75
|
#{if(&, '&', '*')}.e-ddl-device.e-ddl-device-filter {
|
|
86
76
|
margin-top: 0;
|
|
87
|
-
}
|
|
88
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
77
|
+
}#{if(&, '&', '*')} .e-list-item,
|
|
89
78
|
#{if(&, '&', '*')} .e-list-group-item,
|
|
90
79
|
#{if(&, '&', '*')} .e-fixed-head {
|
|
91
80
|
font-size: 15px;
|
|
@@ -109,7 +98,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
109
98
|
height: 46px;
|
|
110
99
|
}
|
|
111
100
|
}
|
|
112
|
-
|
|
101
|
+
}
|
|
113
102
|
|
|
114
103
|
.e-bigger.e-small #{if(&, '&', '*')} {
|
|
115
104
|
#{if(&, '&', '*')} .e-list-item,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$ddl-input-font-size: 14px !default;
|
|
3
3
|
$ddl-input-border: $border-size $border-type !default;
|
|
4
4
|
$ddl-input-font-family: inherit !default;
|
|
@@ -24,10 +24,8 @@ $ddl-filter-background-color: $bg-base-0 !default;
|
|
|
24
24
|
$ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
25
25
|
$ddl-back-icon-padding: 0 !default;
|
|
26
26
|
$ddl-filter-margin: 0 !default;
|
|
27
|
-
|
|
28
27
|
//small size
|
|
29
28
|
$ddl-small-list-font-size: 13px !default;
|
|
30
|
-
|
|
31
29
|
// touch size
|
|
32
30
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
33
31
|
|
|
@@ -45,49 +43,40 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
45
43
|
#{if(&, '&', '*')}.e-popup {
|
|
46
44
|
border: 0;
|
|
47
45
|
box-shadow: 0 0 5px 0 $ddl-list-box-shadow-color;
|
|
48
|
-
margin-top: 1px
|
|
49
|
-
#{if(&, '&', '*')} .e-content.e-nodata {
|
|
46
|
+
margin-top: 1px;#{if(&, '&', '*')} .e-content.e-nodata {
|
|
50
47
|
background-color: $bg-base-0;
|
|
51
|
-
}
|
|
52
|
-
#{if(&, '&', '*')} .e-dropdownbase {
|
|
48
|
+
}#{if(&, '&', '*')} .e-dropdownbase {
|
|
53
49
|
#{if(&, '&', '*')} .e-list-item {
|
|
54
50
|
#{if(&, '&', '*')} .e-highlight {
|
|
55
51
|
color: $header-font;
|
|
56
52
|
}
|
|
57
53
|
}
|
|
58
|
-
}
|
|
59
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
54
|
+
}#{if(&, '&', '*')} .e-input-group {
|
|
60
55
|
display: flex;
|
|
61
56
|
width: auto;
|
|
62
57
|
@at-root {
|
|
63
58
|
#{if(&, '&', '*')} input {
|
|
64
59
|
line-height: 15px;
|
|
65
60
|
}
|
|
66
|
-
}
|
|
67
|
-
#{if(&, '&', '*')} .e-clear-icon {
|
|
61
|
+
}#{if(&, '&', '*')} .e-clear-icon {
|
|
68
62
|
border-radius: 20px;
|
|
69
63
|
height: 20px;
|
|
70
64
|
margin: 5px;
|
|
71
65
|
min-width: 20px;
|
|
72
|
-
}
|
|
73
|
-
#{if(&, '&', '*')} .e-clear-icon {
|
|
66
|
+
}#{if(&, '&', '*')} .e-clear-icon {
|
|
74
67
|
#{if(&, '&', '*')}::before {
|
|
75
68
|
font-size: 10px;
|
|
76
|
-
}
|
|
77
69
|
}
|
|
78
70
|
}
|
|
79
|
-
#{if(&, '&', '*')} .e-filter-parent {
|
|
71
|
+
}#{if(&, '&', '*')} .e-filter-parent {
|
|
80
72
|
border-left-width: 0;
|
|
81
|
-
border-right-width: 0
|
|
82
|
-
#{if(&, '&', '*')} .e-input-group.e-control-wrapper:hover:active {
|
|
73
|
+
border-right-width: 0;#{if(&, '&', '*')} .e-input-group.e-control-wrapper:hover:active {
|
|
83
74
|
border-color: $border-fg;
|
|
84
75
|
}
|
|
85
|
-
}
|
|
86
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
76
|
+
}.e-bigger #{if(&, '&', '*')} {
|
|
87
77
|
#{if(&, '&', '*')}.e-ddl-device.e-ddl-device-filter {
|
|
88
78
|
margin-top: 0;
|
|
89
|
-
}
|
|
90
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
79
|
+
}#{if(&, '&', '*')} .e-list-item,
|
|
91
80
|
#{if(&, '&', '*')} .e-list-group-item,
|
|
92
81
|
#{if(&, '&', '*')} .e-fixed-head {
|
|
93
82
|
font-size: 15px;
|
|
@@ -111,7 +100,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
111
100
|
height: 30px;
|
|
112
101
|
}
|
|
113
102
|
}
|
|
114
|
-
|
|
103
|
+
}
|
|
115
104
|
|
|
116
105
|
.e-bigger.e-small #{if(&, '&', '*')} {
|
|
117
106
|
#{if(&, '&', '*')} .e-list-item,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@include export-module('dropdownlist-layout') {
|
|
1
|
+
@include export-module('dropdownlist-layout') {
|
|
2
2
|
.e-bigger .e-input-group.e-ddl {
|
|
3
3
|
#{if(&, '&', '*')} .e-input-filter,
|
|
4
4
|
#{if(&, '&', '*')} .e-input-filter:focus {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
background-color: $ddl-filter-background-color;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
// sass-lint:disable no-vendor-prefixes
|
|
72
72
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
73
73
|
display: none;
|
|
74
74
|
pointer-events: none;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
right: 0;
|
|
77
77
|
visibility: hidden;
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
// sass-lint:enable no-vendor-prefixes
|
|
80
80
|
|
|
81
81
|
.e-filter-parent {
|
|
82
82
|
border: $ddl-filter-border;
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
#{if(&, '&', '*')} .e-input-group.e-input-focus::before,
|
|
99
99
|
#{if(&, '&', '*')} .e-input-group.e-input-focus::after {
|
|
100
100
|
width: 0;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
104
|
|
|
105
105
|
.e-ddl#{&}.e-popup {
|
|
106
106
|
background: $ddl-popup-background-color;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
|
|
143
|
+
// sass-lint:disable no-vendor-prefixes
|
|
144
144
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
145
145
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
146
146
|
-webkit-appearance: initial;
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
display: block;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
// Small Size
|
|
225
|
+
// Small Size
|
|
226
226
|
|
|
227
227
|
.e-small .e-ddl#{&}.e-popup,
|
|
228
228
|
.e-input-group.e-ddl.e-small {
|
|
@@ -294,3 +294,4 @@
|
|
|
294
294
|
min-height: 40px;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$ddl-input-font-size: 14px !default;
|
|
3
3
|
$ddl-zero-value: 0 !default;
|
|
4
4
|
$ddl-default-border-color: transparent !default;
|
|
@@ -23,7 +23,6 @@ $ddl-clear-icon-margin-right: 66px !default;
|
|
|
23
23
|
$ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
24
24
|
$ddl-back-icon-padding: 0 8px !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
|
-
|
|
27
26
|
// Small Size
|
|
28
27
|
|
|
29
28
|
$ddl-small-list-font-size: 12px !default;
|
|
@@ -140,4 +139,5 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
140
139
|
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
141
140
|
padding: 5px 5px 5px 12px;
|
|
142
141
|
}
|
|
142
|
+
|
|
143
143
|
}
|
|
@@ -23,7 +23,6 @@ $ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
|
23
23
|
$ddl-back-icon-padding: 0 8px !default;
|
|
24
24
|
$ddl-popup-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
|
-
|
|
27
26
|
// Small Size
|
|
28
27
|
$ddl-small-list-font-size: 12px !default;
|
|
29
28
|
|