@syncfusion/ej2-angular-dropdowns 21.2.10-ngcc → 22.1.34-ngcc

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.
Files changed (101) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  2. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  3. package/CHANGELOG.md +9 -31
  4. package/README.md +203 -105
  5. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  6. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  7. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
  9. package/license +10 -0
  10. package/package.json +8 -8
  11. package/schematics/utils/lib-details.d.ts +2 -2
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/auto-complete/autocomplete.component.d.ts +4 -0
  15. package/src/combo-box/combobox.component.d.ts +4 -0
  16. package/src/drop-down-list/dropdownlist.component.d.ts +5 -0
  17. package/src/drop-down-tree/dropdowntree.component.d.ts +12 -0
  18. package/src/list-box/listbox.component.d.ts +1 -0
  19. package/src/mention/mention.component.d.ts +2 -0
  20. package/src/multi-select/multiselect.component.d.ts +5 -0
  21. package/styles/auto-complete/material3-dark.css +198 -0
  22. package/styles/auto-complete/material3-dark.scss +2 -0
  23. package/styles/auto-complete/material3.css +254 -0
  24. package/styles/auto-complete/material3.scss +2 -0
  25. package/styles/bootstrap-dark.css +5 -1
  26. package/styles/bootstrap.css +5 -1
  27. package/styles/bootstrap4.css +5 -1
  28. package/styles/bootstrap5-dark.css +5 -1
  29. package/styles/bootstrap5.css +5 -1
  30. package/styles/combo-box/material3-dark.css +198 -0
  31. package/styles/combo-box/material3-dark.scss +2 -0
  32. package/styles/combo-box/material3.css +254 -0
  33. package/styles/combo-box/material3.scss +2 -0
  34. package/styles/drop-down-base/bootstrap-dark.css +4 -0
  35. package/styles/drop-down-base/bootstrap.css +4 -0
  36. package/styles/drop-down-base/bootstrap4.css +4 -0
  37. package/styles/drop-down-base/bootstrap5-dark.css +4 -0
  38. package/styles/drop-down-base/bootstrap5.css +4 -0
  39. package/styles/drop-down-base/fabric-dark.css +4 -0
  40. package/styles/drop-down-base/fabric.css +4 -0
  41. package/styles/drop-down-base/fluent-dark.css +4 -0
  42. package/styles/drop-down-base/fluent.css +4 -0
  43. package/styles/drop-down-base/highcontrast-light.css +4 -0
  44. package/styles/drop-down-base/highcontrast.css +4 -0
  45. package/styles/drop-down-base/material-dark.css +4 -0
  46. package/styles/drop-down-base/material.css +4 -0
  47. package/styles/drop-down-base/material3-dark.css +439 -0
  48. package/styles/drop-down-base/material3-dark.scss +2 -0
  49. package/styles/drop-down-base/material3.css +495 -0
  50. package/styles/drop-down-base/material3.scss +2 -0
  51. package/styles/drop-down-base/tailwind-dark.css +4 -0
  52. package/styles/drop-down-base/tailwind.css +4 -0
  53. package/styles/drop-down-list/material3-dark.css +503 -0
  54. package/styles/drop-down-list/material3-dark.scss +2 -0
  55. package/styles/drop-down-list/material3.css +559 -0
  56. package/styles/drop-down-list/material3.scss +2 -0
  57. package/styles/drop-down-tree/material3-dark.css +466 -0
  58. package/styles/drop-down-tree/material3-dark.scss +2 -0
  59. package/styles/drop-down-tree/material3.css +522 -0
  60. package/styles/drop-down-tree/material3.scss +2 -0
  61. package/styles/fabric-dark.css +5 -1
  62. package/styles/fabric.css +5 -1
  63. package/styles/fluent-dark.css +5 -1
  64. package/styles/fluent.css +5 -1
  65. package/styles/highcontrast-light.css +5 -1
  66. package/styles/highcontrast.css +5 -1
  67. package/styles/list-box/material3-dark.css +956 -0
  68. package/styles/list-box/material3-dark.scss +2 -0
  69. package/styles/list-box/material3.css +1012 -0
  70. package/styles/list-box/material3.scss +2 -0
  71. package/styles/material-dark.css +5 -1
  72. package/styles/material.css +5 -1
  73. package/styles/material3-dark.css +5057 -0
  74. package/styles/material3-dark.scss +9 -0
  75. package/styles/material3.css +5498 -0
  76. package/styles/material3.scss +9 -0
  77. package/styles/mention/material3-dark.css +87 -0
  78. package/styles/mention/material3-dark.scss +2 -0
  79. package/styles/mention/material3.css +143 -0
  80. package/styles/mention/material3.scss +2 -0
  81. package/styles/multi-select/bootstrap-dark.css +1 -1
  82. package/styles/multi-select/bootstrap.css +1 -1
  83. package/styles/multi-select/bootstrap4.css +1 -1
  84. package/styles/multi-select/bootstrap5-dark.css +1 -1
  85. package/styles/multi-select/bootstrap5.css +1 -1
  86. package/styles/multi-select/fabric-dark.css +1 -1
  87. package/styles/multi-select/fabric.css +1 -1
  88. package/styles/multi-select/fluent-dark.css +1 -1
  89. package/styles/multi-select/fluent.css +1 -1
  90. package/styles/multi-select/highcontrast-light.css +1 -1
  91. package/styles/multi-select/highcontrast.css +1 -1
  92. package/styles/multi-select/material-dark.css +1 -1
  93. package/styles/multi-select/material.css +1 -1
  94. package/styles/multi-select/material3-dark.css +2547 -0
  95. package/styles/multi-select/material3-dark.scss +2 -0
  96. package/styles/multi-select/material3.css +2603 -0
  97. package/styles/multi-select/material3.scss +2 -0
  98. package/styles/multi-select/tailwind-dark.css +1 -1
  99. package/styles/multi-select/tailwind.css +1 -1
  100. package/styles/tailwind-dark.css +5 -1
  101. package/styles/tailwind.css +5 -1
@@ -375,6 +375,10 @@
375
375
  color: #333;
376
376
  }
377
377
 
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #f5f5f5;
380
+ }
381
+
378
382
  /* stylelint-disable property-no-vendor-prefix */
379
383
  /* stylelint-disable property-no-vendor-prefix */
380
384
  @keyframes material-spinner-rotate {
@@ -1493,8 +1497,8 @@ ejs-dropdownlist {
1493
1497
  margin-top: -4em;
1494
1498
  position: absolute;
1495
1499
  right: 0;
1496
- top: 100%;
1497
1500
  width: 40px;
1501
+ top: 100%;
1498
1502
  }
1499
1503
 
1500
1504
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -385,6 +385,10 @@
385
385
  color: #212529;
386
386
  }
387
387
 
388
+ .e-selectall-parent.e-item-focus {
389
+ background-color: #f2f4f6;
390
+ }
391
+
388
392
  /* stylelint-disable property-no-vendor-prefix */
389
393
  /* stylelint-disable property-no-vendor-prefix */
390
394
  @keyframes material-spinner-rotate {
@@ -1628,8 +1632,8 @@ ejs-dropdownlist {
1628
1632
  margin-top: -2.9em;
1629
1633
  position: absolute;
1630
1634
  right: 0;
1631
- top: 100%;
1632
1635
  width: auto;
1636
+ top: 100%;
1633
1637
  }
1634
1638
 
1635
1639
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -407,6 +407,10 @@
407
407
  color: #fff;
408
408
  }
409
409
 
410
+ .e-selectall-parent.e-item-focus {
411
+ background-color: #444c54;
412
+ }
413
+
410
414
  /* stylelint-disable property-no-vendor-prefix */
411
415
  /* stylelint-disable-line no-empty-source */
412
416
  /* stylelint-disable property-no-vendor-prefix */
@@ -1623,8 +1627,8 @@ ejs-dropdownlist {
1623
1627
  margin-top: -2em;
1624
1628
  position: absolute;
1625
1629
  right: 5px;
1626
- top: 100%;
1627
1630
  width: 24px;
1631
+ top: 100%;
1628
1632
  }
1629
1633
 
1630
1634
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -407,6 +407,10 @@
407
407
  color: #212529;
408
408
  }
409
409
 
410
+ .e-selectall-parent.e-item-focus {
411
+ background-color: #e9ecef;
412
+ }
413
+
410
414
  /* stylelint-disable property-no-vendor-prefix */
411
415
  /* stylelint-disable-line no-empty-source */
412
416
  /* stylelint-disable property-no-vendor-prefix */
@@ -1623,8 +1627,8 @@ ejs-dropdownlist {
1623
1627
  margin-top: -2em;
1624
1628
  position: absolute;
1625
1629
  right: 5px;
1626
- top: 100%;
1627
1630
  width: 24px;
1631
+ top: 100%;
1628
1632
  }
1629
1633
 
1630
1634
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -0,0 +1,198 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
58
+ transform: rotate(0deg);
59
+ transition: transform 300ms ease;
60
+ }
61
+
62
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
63
+ transform: rotate(180deg);
64
+ transition: transform 300ms ease;
65
+ }
66
+
67
+ .e-dropdownbase .e-list-item.e-active.e-hover {
68
+ color: rgba(var(--color-sf-on-surface));
69
+ }
70
+
71
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
72
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
73
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
74
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
75
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
76
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
77
+ background: rgba(var(--color-sf-on-surface), 0.08);
78
+ }
79
+
80
+ .e-input-group .e-ddl-icon:not(:active)::after {
81
+ animation: none;
82
+ }
83
+
84
+ .e-ddl.e-popup {
85
+ border: 0;
86
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
87
+ margin-top: 2px;
88
+ }
89
+
90
+ .e-popup.e-ddl .e-dropdownbase {
91
+ min-height: 26px;
92
+ border-radius: 4px;
93
+ }
94
+
95
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
96
+ border-color: rgba(var(--color-sf-primary));
97
+ }
98
+
99
+ .e-bigger .e-popup.e-ddl-device-filter {
100
+ margin-top: 0;
101
+ }
102
+
103
+ .e-bigger .e-ddl-device .e-input-group,
104
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
105
+ background: rgba(0, 0, 0, 0.0001);
106
+ border-width: 0;
107
+ box-shadow: none;
108
+ margin-bottom: 0;
109
+ }
110
+
111
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
112
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
113
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
114
+ background: rgba(0, 0, 0, 0.0001);
115
+ }
116
+
117
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
118
+ margin: 0 6px;
119
+ min-height: 30px;
120
+ min-width: 30px;
121
+ }
122
+
123
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
124
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
125
+ min-height: 38px;
126
+ min-width: 38px;
127
+ }
128
+
129
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
130
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
131
+ min-height: 22px;
132
+ min-width: 22px;
133
+ }
134
+
135
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
136
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
137
+ padding: 4px 16px 4px 0;
138
+ }
139
+
140
+ .e-input-group.e-ddl,
141
+ .e-input-group.e-ddl .e-input,
142
+ .e-input-group.e-ddl .e-ddl-icon {
143
+ background: transparent;
144
+ }
145
+
146
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
147
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
148
+ border-bottom-width: 0;
149
+ }
150
+
151
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
152
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
153
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
154
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
155
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
156
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
157
+ margin: 4px;
158
+ }
159
+
160
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
161
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
162
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
163
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
164
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
165
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
166
+ padding: 4px 5px 4px 12px;
167
+ }
168
+
169
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
170
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
171
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
172
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
173
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
174
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
175
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
176
+ min-height: 34px;
177
+ min-width: 34px;
178
+ }
179
+
180
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
181
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
182
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
183
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
184
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
185
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
186
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
187
+ padding: 8px 16px;
188
+ }
189
+
190
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
191
+ margin: 0 4px;
192
+ }
193
+
194
+ .e-ddl.e-popup.e-outline .e-filter-parent {
195
+ padding: 4px 8px;
196
+ }
197
+
198
+ /* stylelint-disable-line no-empty-source */
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-dropdowns/styles/combo-box/material3-dark.scss';
@@ -0,0 +1,254 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
114
+ transform: rotate(0deg);
115
+ transition: transform 300ms ease;
116
+ }
117
+
118
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
119
+ transform: rotate(180deg);
120
+ transition: transform 300ms ease;
121
+ }
122
+
123
+ .e-dropdownbase .e-list-item.e-active.e-hover {
124
+ color: rgba(var(--color-sf-on-surface));
125
+ }
126
+
127
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
128
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
129
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
130
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
131
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
132
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
133
+ background: rgba(var(--color-sf-on-surface), 0.08);
134
+ }
135
+
136
+ .e-input-group .e-ddl-icon:not(:active)::after {
137
+ animation: none;
138
+ }
139
+
140
+ .e-ddl.e-popup {
141
+ border: 0;
142
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
143
+ margin-top: 2px;
144
+ }
145
+
146
+ .e-popup.e-ddl .e-dropdownbase {
147
+ min-height: 26px;
148
+ border-radius: 4px;
149
+ }
150
+
151
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
152
+ border-color: rgba(var(--color-sf-primary));
153
+ }
154
+
155
+ .e-bigger .e-popup.e-ddl-device-filter {
156
+ margin-top: 0;
157
+ }
158
+
159
+ .e-bigger .e-ddl-device .e-input-group,
160
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
161
+ background: rgba(0, 0, 0, 0.0001);
162
+ border-width: 0;
163
+ box-shadow: none;
164
+ margin-bottom: 0;
165
+ }
166
+
167
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
168
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
169
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
170
+ background: rgba(0, 0, 0, 0.0001);
171
+ }
172
+
173
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
174
+ margin: 0 6px;
175
+ min-height: 30px;
176
+ min-width: 30px;
177
+ }
178
+
179
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
180
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
181
+ min-height: 38px;
182
+ min-width: 38px;
183
+ }
184
+
185
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
186
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
187
+ min-height: 22px;
188
+ min-width: 22px;
189
+ }
190
+
191
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
192
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
193
+ padding: 4px 16px 4px 0;
194
+ }
195
+
196
+ .e-input-group.e-ddl,
197
+ .e-input-group.e-ddl .e-input,
198
+ .e-input-group.e-ddl .e-ddl-icon {
199
+ background: transparent;
200
+ }
201
+
202
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
203
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
204
+ border-bottom-width: 0;
205
+ }
206
+
207
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
208
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
209
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
210
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
211
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
212
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
213
+ margin: 4px;
214
+ }
215
+
216
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
217
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
218
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
219
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
220
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
221
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
222
+ padding: 4px 5px 4px 12px;
223
+ }
224
+
225
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
226
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
227
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
228
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
229
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
230
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
231
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
232
+ min-height: 34px;
233
+ min-width: 34px;
234
+ }
235
+
236
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
237
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
238
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
239
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
240
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
241
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
242
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
243
+ padding: 8px 16px;
244
+ }
245
+
246
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
247
+ margin: 0 4px;
248
+ }
249
+
250
+ .e-ddl.e-popup.e-outline .e-filter-parent {
251
+ padding: 4px 8px;
252
+ }
253
+
254
+ /* stylelint-disable-line no-empty-source */
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-dropdowns/styles/combo-box/material3.scss';
@@ -373,4 +373,8 @@
373
373
  background-color: #414141;
374
374
  border-color: #6e6e6e;
375
375
  color: #f0f0f0;
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #414141;
376
380
  }
@@ -373,4 +373,8 @@
373
373
  background-color: #f5f5f5;
374
374
  border-color: #fff;
375
375
  color: #333;
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #f5f5f5;
376
380
  }
@@ -383,4 +383,8 @@
383
383
  background-color: #f2f4f6;
384
384
  border-color: #fff;
385
385
  color: #212529;
386
+ }
387
+
388
+ .e-selectall-parent.e-item-focus {
389
+ background-color: #f2f4f6;
386
390
  }
@@ -405,4 +405,8 @@
405
405
  background-color: #444c54;
406
406
  border-color: #212529;
407
407
  color: #fff;
408
+ }
409
+
410
+ .e-selectall-parent.e-item-focus {
411
+ background-color: #444c54;
408
412
  }
@@ -405,4 +405,8 @@
405
405
  background-color: #e9ecef;
406
406
  border-color: #fff;
407
407
  color: #212529;
408
+ }
409
+
410
+ .e-selectall-parent.e-item-focus {
411
+ background-color: #e9ecef;
408
412
  }
@@ -373,4 +373,8 @@
373
373
  background-color: #414040;
374
374
  border-color: #414040;
375
375
  color: #dadada;
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #414040;
376
380
  }
@@ -373,4 +373,8 @@
373
373
  background-color: #f4f4f4;
374
374
  border-color: #fff;
375
375
  color: #333;
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #f4f4f4;
376
380
  }
@@ -421,4 +421,8 @@
421
421
 
422
422
  .e-dropdownbase .e-list-item .e-list-icon {
423
423
  color: #a19f9d;
424
+ }
425
+
426
+ .e-selectall-parent.e-item-focus {
427
+ background-color: #323130;
424
428
  }
@@ -421,4 +421,8 @@
421
421
 
422
422
  .e-dropdownbase .e-list-item .e-list-icon {
423
423
  color: #605e5c;
424
+ }
425
+
426
+ .e-selectall-parent.e-item-focus {
427
+ background-color: #f3f2f1;
424
428
  }
@@ -387,4 +387,8 @@
387
387
  background-color: #ecf;
388
388
  border-color: #000;
389
389
  color: #000;
390
+ }
391
+
392
+ .e-selectall-parent.e-item-focus {
393
+ background-color: #ecf;
390
394
  }
@@ -387,4 +387,8 @@
387
387
  background-color: #685708;
388
388
  border-color: #fff;
389
389
  color: #fff;
390
+ }
391
+
392
+ .e-selectall-parent.e-item-focus {
393
+ background-color: #685708;
390
394
  }
@@ -373,4 +373,8 @@
373
373
  background-color: rgba(255, 255, 255, 0.05);
374
374
  border-color: rgba(255, 255, 255, 0.05);
375
375
  color: #fff;
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: rgba(255, 255, 255, 0.05);
376
380
  }
@@ -373,4 +373,8 @@
373
373
  background-color: #eee;
374
374
  border-color: #fff;
375
375
  color: rgba(0, 0, 0, 0.87);
376
+ }
377
+
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #eee;
376
380
  }