@syncfusion/ej2-vue-dropdowns 21.2.10 → 22.1.34

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 (98) hide show
  1. package/CHANGELOG.md +9 -14
  2. package/README.md +196 -102
  3. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js +13 -7
  6. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-dropdowns.es5.js +13 -7
  8. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  10. package/package.json +8 -8
  11. package/src/auto-complete/autocomplete.component.js +1 -1
  12. package/src/combo-box/combobox.component.js +1 -1
  13. package/src/drop-down-list/dropdownlist.component.js +1 -1
  14. package/src/drop-down-tree/dropdowntree.component.js +1 -1
  15. package/src/list-box/listbox.component.js +7 -1
  16. package/src/mention/mention.component.js +1 -1
  17. package/src/multi-select/multiselect.component.js +1 -1
  18. package/styles/auto-complete/material3-dark.css +198 -0
  19. package/styles/auto-complete/material3-dark.scss +2 -0
  20. package/styles/auto-complete/material3.css +254 -0
  21. package/styles/auto-complete/material3.scss +2 -0
  22. package/styles/bootstrap-dark.css +5 -1
  23. package/styles/bootstrap.css +5 -1
  24. package/styles/bootstrap4.css +5 -1
  25. package/styles/bootstrap5-dark.css +5 -1
  26. package/styles/bootstrap5.css +5 -1
  27. package/styles/combo-box/material3-dark.css +198 -0
  28. package/styles/combo-box/material3-dark.scss +2 -0
  29. package/styles/combo-box/material3.css +254 -0
  30. package/styles/combo-box/material3.scss +2 -0
  31. package/styles/drop-down-base/bootstrap-dark.css +4 -0
  32. package/styles/drop-down-base/bootstrap.css +4 -0
  33. package/styles/drop-down-base/bootstrap4.css +4 -0
  34. package/styles/drop-down-base/bootstrap5-dark.css +4 -0
  35. package/styles/drop-down-base/bootstrap5.css +4 -0
  36. package/styles/drop-down-base/fabric-dark.css +4 -0
  37. package/styles/drop-down-base/fabric.css +4 -0
  38. package/styles/drop-down-base/fluent-dark.css +4 -0
  39. package/styles/drop-down-base/fluent.css +4 -0
  40. package/styles/drop-down-base/highcontrast-light.css +4 -0
  41. package/styles/drop-down-base/highcontrast.css +4 -0
  42. package/styles/drop-down-base/material-dark.css +4 -0
  43. package/styles/drop-down-base/material.css +4 -0
  44. package/styles/drop-down-base/material3-dark.css +439 -0
  45. package/styles/drop-down-base/material3-dark.scss +2 -0
  46. package/styles/drop-down-base/material3.css +495 -0
  47. package/styles/drop-down-base/material3.scss +2 -0
  48. package/styles/drop-down-base/tailwind-dark.css +4 -0
  49. package/styles/drop-down-base/tailwind.css +4 -0
  50. package/styles/drop-down-list/material3-dark.css +503 -0
  51. package/styles/drop-down-list/material3-dark.scss +2 -0
  52. package/styles/drop-down-list/material3.css +559 -0
  53. package/styles/drop-down-list/material3.scss +2 -0
  54. package/styles/drop-down-tree/material3-dark.css +466 -0
  55. package/styles/drop-down-tree/material3-dark.scss +2 -0
  56. package/styles/drop-down-tree/material3.css +522 -0
  57. package/styles/drop-down-tree/material3.scss +2 -0
  58. package/styles/fabric-dark.css +5 -1
  59. package/styles/fabric.css +5 -1
  60. package/styles/fluent-dark.css +5 -1
  61. package/styles/fluent.css +5 -1
  62. package/styles/highcontrast-light.css +5 -1
  63. package/styles/highcontrast.css +5 -1
  64. package/styles/list-box/material3-dark.css +956 -0
  65. package/styles/list-box/material3-dark.scss +2 -0
  66. package/styles/list-box/material3.css +1012 -0
  67. package/styles/list-box/material3.scss +2 -0
  68. package/styles/material-dark.css +5 -1
  69. package/styles/material.css +5 -1
  70. package/styles/material3-dark.css +5057 -0
  71. package/styles/material3-dark.scss +9 -0
  72. package/styles/material3.css +5498 -0
  73. package/styles/material3.scss +9 -0
  74. package/styles/mention/material3-dark.css +87 -0
  75. package/styles/mention/material3-dark.scss +2 -0
  76. package/styles/mention/material3.css +143 -0
  77. package/styles/mention/material3.scss +2 -0
  78. package/styles/multi-select/bootstrap-dark.css +1 -1
  79. package/styles/multi-select/bootstrap.css +1 -1
  80. package/styles/multi-select/bootstrap4.css +1 -1
  81. package/styles/multi-select/bootstrap5-dark.css +1 -1
  82. package/styles/multi-select/bootstrap5.css +1 -1
  83. package/styles/multi-select/fabric-dark.css +1 -1
  84. package/styles/multi-select/fabric.css +1 -1
  85. package/styles/multi-select/fluent-dark.css +1 -1
  86. package/styles/multi-select/fluent.css +1 -1
  87. package/styles/multi-select/highcontrast-light.css +1 -1
  88. package/styles/multi-select/highcontrast.css +1 -1
  89. package/styles/multi-select/material-dark.css +1 -1
  90. package/styles/multi-select/material.css +1 -1
  91. package/styles/multi-select/material3-dark.css +2547 -0
  92. package/styles/multi-select/material3-dark.scss +2 -0
  93. package/styles/multi-select/material3.css +2603 -0
  94. package/styles/multi-select/material3.scss +2 -0
  95. package/styles/multi-select/tailwind-dark.css +1 -1
  96. package/styles/multi-select/tailwind.css +1 -1
  97. package/styles/tailwind-dark.css +5 -1
  98. package/styles/tailwind.css +5 -1
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@21.2.8",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@18.63.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8KaxPYSn+wl/0FPpi6ojrxFtmJy9rSc6YMxO7J2DYHHYD0422cyzRt0akvKWP83Ex8XQEKeHNLVZZl0Td8UUNQ==",
5
+ "_integrity": "sha512-2/wF2GF43HNtAzAGgxR95NzBaQon6qDrs8biTA0d2pnTsDgWAzu/X79AgVmgRma5F9exqdNu++r1+dqJ7T9qfQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-21.2.8.tgz",
23
- "_shasum": "23af9331af24841c652432b2cbef05ff3adafd67",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-18.63.0.tgz",
23
+ "_shasum": "ce97bb750f5c59241542ab223e18b9738ca18dbc",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.2.9",
35
- "@syncfusion/ej2-dropdowns": "21.2.10",
36
- "@syncfusion/ej2-vue-base": "~21.2.9"
34
+ "@syncfusion/ej2-base": "~22.1.34",
35
+ "@syncfusion/ej2-dropdowns": "22.1.34",
36
+ "@syncfusion/ej2-vue-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -62,6 +62,6 @@
62
62
  "ci-publish": "gulp ci-publish",
63
63
  "compile": "gulp ci-compile && gulp vue-global-script"
64
64
  },
65
- "version": "21.2.10",
65
+ "version": "22.1.34",
66
66
  "sideEffects": false
67
67
  }
@@ -27,7 +27,7 @@ export var AutoCompleteComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new AutoComplete({}),
30
+ ej2Instance: new AutoComplete({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var ComboBoxComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new ComboBox({}),
30
+ ej2Instance: new ComboBox({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var DropDownListComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new DropDownList({}),
30
+ ej2Instance: new DropDownList({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var DropDownTreeComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new DropDownTree({}),
30
+ ej2Instance: new DropDownTree({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var ListBoxComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new ListBox({}),
30
+ ej2Instance: new ListBox({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -176,12 +176,18 @@ export var ListBoxComponent = vueDefineComponent({
176
176
  moveAllTo: function (targetId, index) {
177
177
  return this.ej2Instances.moveAllTo(targetId, index);
178
178
  },
179
+ moveBottom: function (value) {
180
+ return this.ej2Instances.moveBottom(value);
181
+ },
179
182
  moveDown: function (value) {
180
183
  return this.ej2Instances.moveDown(value);
181
184
  },
182
185
  moveTo: function (value, index, targetId) {
183
186
  return this.ej2Instances.moveTo(value, index, targetId);
184
187
  },
188
+ moveTop: function (value) {
189
+ return this.ej2Instances.moveTop(value);
190
+ },
185
191
  moveUp: function (value) {
186
192
  return this.ej2Instances.moveUp(value);
187
193
  },
@@ -25,7 +25,7 @@ export var MentionComponent = vueDefineComponent({
25
25
  provide: function () { return { custom: this.custom }; },
26
26
  data: function () {
27
27
  return {
28
- ej2Instances: new Mention({}),
28
+ ej2Instance: new Mention({}),
29
29
  propKeys: properties,
30
30
  models: modelProps,
31
31
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var MultiSelectComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instances: new MultiSelect({}),
30
+ ej2Instance: new MultiSelect({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -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,
@@ -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,