@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
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^21.2.10';
2
+ export const pkgVer = '^22.1.34';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~21.2.10';
4
+ export const themeVer = '~22.1.34';
@@ -38,6 +38,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
38
38
  * Accepts the template design and assigns it to the footer container of the popup list.
39
39
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
40
40
  * @default null
41
+ * @asptype string
41
42
 
42
43
  */
43
44
  footerTemplate: any;
@@ -45,12 +46,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
45
46
  * Accepts the template design and assigns it to the header container of the popup list.
46
47
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
47
48
  * @default null
49
+ * @asptype string
48
50
 
49
51
  */
50
52
  headerTemplate: any;
51
53
  /**
52
54
  * Accepts the template design and assigns it to the group headers present in the popup list.
53
55
  * @default null
56
+ * @asptype string
54
57
 
55
58
  */
56
59
  groupTemplate: any;
@@ -62,6 +65,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
62
65
  *For EX: We have expression evolution as like ES6 expression string literals.
63
66
  *
64
67
  * @default null
68
+ * @asptype string
65
69
 
66
70
  */
67
71
  itemTemplate: any;
@@ -38,6 +38,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
38
38
  * Accepts the template design and assigns it to the footer container of the popup list.
39
39
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
40
40
  * @default null
41
+ * @asptype string
41
42
 
42
43
  */
43
44
  footerTemplate: any;
@@ -45,12 +46,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
45
46
  * Accepts the template design and assigns it to the header container of the popup list.
46
47
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
47
48
  * @default null
49
+ * @asptype string
48
50
 
49
51
  */
50
52
  headerTemplate: any;
51
53
  /**
52
54
  * Accepts the template design and assigns it to the group headers present in the popup list.
53
55
  * @default null
56
+ * @asptype string
54
57
 
55
58
  */
56
59
  groupTemplate: any;
@@ -62,6 +65,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
62
65
  *For EX: We have expression evolution as like ES6 expression string literals.
63
66
  *
64
67
  * @default null
68
+ * @asptype string
65
69
 
66
70
  */
67
71
  itemTemplate: any;
@@ -37,12 +37,14 @@ export declare class DropDownListComponent extends DropDownList implements IComp
37
37
  * Accepts the template design and assigns it to the footer container of the popup list.
38
38
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
39
39
  * @default null
40
+ * @asptype string
40
41
  */
41
42
  footerTemplate: any;
42
43
  /**
43
44
  * Accepts the template design and assigns it to the header container of the popup list.
44
45
  * > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
45
46
  * @default null
47
+ * @asptype string
46
48
  */
47
49
  headerTemplate: any;
48
50
  /**
@@ -55,11 +57,13 @@ export declare class DropDownListComponent extends DropDownList implements IComp
55
57
  *For EX: We have expression evolution as like ES6 expression string literals.
56
58
  *
57
59
  * @default null
60
+ * @asptype string
58
61
  */
59
62
  valueTemplate: any;
60
63
  /**
61
64
  * Accepts the template design and assigns it to the group headers present in the popup list.
62
65
  * @default null
66
+ * @asptype string
63
67
 
64
68
  */
65
69
  groupTemplate: any;
@@ -71,6 +75,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
71
75
  *For EX: We have expression evolution as like ES6 expression string literals.
72
76
  *
73
77
  * @default null
78
+ * @asptype string
74
79
 
75
80
  */
76
81
  itemTemplate: any;
@@ -36,12 +36,20 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
36
36
  * Specifies the template that renders a customized footer container at the bottom of the pop-up list.
37
37
  * By default, the footerTemplate will be null and there will be no footer container for the pop-up list.
38
38
  * @default null
39
+ * @angulartype string | object
40
+ * @reacttype string | function | JSX.Element
41
+ * @vuetype string | function
42
+ * @asptype string
39
43
  */
40
44
  footerTemplate: any;
41
45
  /**
42
46
  * Specifies the template that renders a customized header container at the top of the pop-up list.
43
47
  * By default, the headerTemplate will be null and there will be no header container for the pop-up list.
44
48
  * @default null
49
+ * @angulartype string | object
50
+ * @reacttype string | function | JSX.Element
51
+ * @vuetype string | function
52
+ * @asptype string
45
53
  */
46
54
  headerTemplate: any;
47
55
  /**
@@ -50,6 +58,10 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
50
58
  * The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/)
51
59
  * or HTML element ID holding the content.
52
60
  * @default null
61
+ * @angulartype string | object
62
+ * @reacttype string | function | JSX.Element
63
+ * @vuetype string | function
64
+ * @asptype string
53
65
  */
54
66
  itemTemplate: any;
55
67
  noRecordsTemplate: any;
@@ -41,6 +41,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
41
41
  *For EX: We have expression evolution as like ES6 expression string literals.
42
42
  *
43
43
  * @default null
44
+ * @asptype string
44
45
 
45
46
  */
46
47
  itemTemplate: any;
@@ -31,6 +31,7 @@ export declare class MentionComponent extends Mention implements IComponentBase
31
31
  /**
32
32
  * Specifies the template for the selected value from the suggestion list.
33
33
  * @default null
34
+ * @asptype string
34
35
  */
35
36
  displayTemplate: any;
36
37
  /**
@@ -41,6 +42,7 @@ export declare class MentionComponent extends Mention implements IComponentBase
41
42
  /**
42
43
  * Specifies the template for showing until data is loaded in the popup.
43
44
  * @default null
45
+ * @asptype string
44
46
  */
45
47
  spinnerTemplate: any;
46
48
  noRecordsTemplate: any;
@@ -44,12 +44,14 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
44
44
  * Accepts the template design and assigns it to the footer container of the popup list.
45
45
  * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
46
46
  * @default null
47
+ * @asptype string
47
48
  */
48
49
  footerTemplate: any;
49
50
  /**
50
51
  * Accepts the template design and assigns it to the header container of the popup list.
51
52
  * > For more details about the available template options refer to [`Template`](../../multi-select/templates) documentation.
52
53
  * @default null
54
+ * @asptype string
53
55
  */
54
56
  headerTemplate: any;
55
57
  /**
@@ -62,6 +64,7 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
62
64
  *For EX: We have expression evolution as like ES6 expression string literals.
63
65
  *
64
66
  * @default null
67
+ * @asptype string
65
68
  */
66
69
  valueTemplate: any;
67
70
  /**
@@ -73,11 +76,13 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
73
76
  *For EX: We have expression evolution as like ES6 expression string literals.
74
77
  *
75
78
  * @default null
79
+ * @asptype string
76
80
  */
77
81
  itemTemplate: any;
78
82
  /**
79
83
  * Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.
80
84
  * @default null
85
+ * @asptype string
81
86
  */
82
87
  groupTemplate: any;
83
88
  noRecordsTemplate: any;
@@ -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/auto-complete/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/auto-complete/material3.scss';
@@ -375,6 +375,10 @@
375
375
  color: #f0f0f0;
376
376
  }
377
377
 
378
+ .e-selectall-parent.e-item-focus {
379
+ background-color: #414141;
380
+ }
381
+
378
382
  /* stylelint-disable property-no-vendor-prefix */
379
383
  /* stylelint-disable property-no-vendor-prefix */
380
384
  @keyframes material-spinner-rotate {
@@ -1494,8 +1498,8 @@ ejs-dropdownlist {
1494
1498
  margin-top: -4em;
1495
1499
  position: absolute;
1496
1500
  right: 0;
1497
- top: 100%;
1498
1501
  width: 40px;
1502
+ top: 100%;
1499
1503
  }
1500
1504
 
1501
1505
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,