@syncfusion/ej2-dropdowns 20.4.42 → 20.4.43

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 (48) hide show
  1. package/.eslintrc.json +259 -0
  2. package/CHANGELOG.md +2 -0
  3. package/dist/ej2-dropdowns.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +1 -1
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +1 -1
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +2 -2
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +7 -7
  14. package/src/drop-down-list/drop-down-list.js +1 -1
  15. package/styles/bootstrap-dark.css +10 -0
  16. package/styles/bootstrap.css +10 -0
  17. package/styles/bootstrap4.css +10 -0
  18. package/styles/bootstrap5-dark.css +13 -3
  19. package/styles/bootstrap5.css +13 -3
  20. package/styles/fabric-dark.css +10 -0
  21. package/styles/fabric.css +10 -0
  22. package/styles/fluent-dark.css +10 -0
  23. package/styles/fluent.css +10 -0
  24. package/styles/highcontrast-light.css +10 -0
  25. package/styles/highcontrast.css +10 -0
  26. package/styles/material-dark.css +10 -0
  27. package/styles/material.css +10 -0
  28. package/styles/multi-select/_bootstrap5-definition.scss +1 -1
  29. package/styles/multi-select/_layout.scss +10 -0
  30. package/styles/multi-select/_tailwind-definition.scss +1 -1
  31. package/styles/multi-select/bootstrap-dark.css +10 -0
  32. package/styles/multi-select/bootstrap.css +10 -0
  33. package/styles/multi-select/bootstrap4.css +10 -0
  34. package/styles/multi-select/bootstrap5-dark.css +13 -3
  35. package/styles/multi-select/bootstrap5.css +13 -3
  36. package/styles/multi-select/fabric-dark.css +10 -0
  37. package/styles/multi-select/fabric.css +10 -0
  38. package/styles/multi-select/fluent-dark.css +10 -0
  39. package/styles/multi-select/fluent.css +10 -0
  40. package/styles/multi-select/highcontrast-light.css +10 -0
  41. package/styles/multi-select/highcontrast.css +10 -0
  42. package/styles/multi-select/material-dark.css +10 -0
  43. package/styles/multi-select/material.css +10 -0
  44. package/styles/multi-select/tailwind-dark.css +11 -1
  45. package/styles/multi-select/tailwind.css +11 -1
  46. package/styles/tailwind-dark.css +11 -1
  47. package/styles/tailwind.css +11 -1
  48. package/tslint.json +111 -0
@@ -2075,6 +2075,16 @@ ejs-multiselect {
2075
2075
  margin-right: 0;
2076
2076
  }
2077
2077
 
2078
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2079
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2080
+ cursor: not-allowed;
2081
+ }
2082
+
2083
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2084
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2085
+ cursor: pointer;
2086
+ }
2087
+
2078
2088
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2079
2089
  color: #fff;
2080
2090
  }
@@ -480,7 +480,7 @@
480
480
 
481
481
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
482
482
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
483
- width: calc(100% - 38px);
483
+ width: calc(100% - 50px);
484
484
  }
485
485
 
486
486
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -1118,6 +1118,16 @@ ejs-multiselect {
1118
1118
  margin-right: 0;
1119
1119
  }
1120
1120
 
1121
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
1122
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
1123
+ cursor: not-allowed;
1124
+ }
1125
+
1126
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
1127
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
1128
+ cursor: pointer;
1129
+ }
1130
+
1121
1131
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1122
1132
  color: #fff;
1123
1133
  }
@@ -480,7 +480,7 @@
480
480
 
481
481
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
482
482
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
483
- width: calc(100% - 38px);
483
+ width: calc(100% - 50px);
484
484
  }
485
485
 
486
486
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -1118,6 +1118,16 @@ ejs-multiselect {
1118
1118
  margin-right: 0;
1119
1119
  }
1120
1120
 
1121
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
1122
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
1123
+ cursor: not-allowed;
1124
+ }
1125
+
1126
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
1127
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
1128
+ cursor: pointer;
1129
+ }
1130
+
1121
1131
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1122
1132
  color: #111827;
1123
1133
  }
@@ -1739,7 +1739,7 @@ ejs-dropdownlist {
1739
1739
 
1740
1740
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1741
1741
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1742
- width: calc(100% - 38px);
1742
+ width: calc(100% - 50px);
1743
1743
  }
1744
1744
 
1745
1745
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -2377,6 +2377,16 @@ ejs-multiselect {
2377
2377
  margin-right: 0;
2378
2378
  }
2379
2379
 
2380
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2381
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2382
+ cursor: not-allowed;
2383
+ }
2384
+
2385
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2386
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2387
+ cursor: pointer;
2388
+ }
2389
+
2380
2390
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2381
2391
  color: #fff;
2382
2392
  }
@@ -1739,7 +1739,7 @@ ejs-dropdownlist {
1739
1739
 
1740
1740
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1741
1741
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1742
- width: calc(100% - 38px);
1742
+ width: calc(100% - 50px);
1743
1743
  }
1744
1744
 
1745
1745
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -2377,6 +2377,16 @@ ejs-multiselect {
2377
2377
  margin-right: 0;
2378
2378
  }
2379
2379
 
2380
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2381
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2382
+ cursor: not-allowed;
2383
+ }
2384
+
2385
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2386
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2387
+ cursor: pointer;
2388
+ }
2389
+
2380
2390
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2381
2391
  color: #111827;
2382
2392
  }
package/tslint.json ADDED
@@ -0,0 +1,111 @@
1
+ {
2
+ "rules": {
3
+ "chai-vague-errors": true,
4
+ "use-isnan": true,
5
+ "missing-jsdoc": true,
6
+ "missing-optional-annotation": true,
7
+ "no-backbone-get-set-outside-model": true,
8
+ "no-banned-terms": true,
9
+ "no-constant-condition": true,
10
+ "no-control-regex": true,
11
+ "no-cookies": true,
12
+ "no-delete-expression": true,
13
+ "no-document-write": true,
14
+ "no-document-domain": true,
15
+ "no-disable-auto-sanitization": true,
16
+ "no-duplicate-case": true,
17
+ "no-duplicate-parameter-names": true,
18
+ "no-empty-interfaces": true,
19
+ "no-exec-script": true,
20
+ "no-function-constructor-with-string-args": true,
21
+ "no-function-expression": true,
22
+ "no-invalid-regexp": true,
23
+ "no-for-in": true,
24
+ "member-access": true,
25
+ "no-multiline-string": true,
26
+ "no-multiple-var-decl": true,
27
+ "no-unnecessary-bind": true,
28
+ "no-unnecessary-semicolons": true,
29
+ "no-octal-literal": true,
30
+ "no-regex-spaces": true,
31
+ "no-sparse-arrays": true,
32
+ "no-string-based-set-immediate": true,
33
+ "no-string-based-set-interval": true,
34
+ "no-unused-imports": true,
35
+ "no-with-statement": true,
36
+ "prefer-array-literal": true,
37
+ "promise-must-complete": false,
38
+ "react-no-dangerous-html": true,
39
+ "use-named-parameter": true,
40
+ "valid-typeof": true,
41
+ "max-func-body-length": [true, 100, {
42
+ "ignore-parameters-to-function-regex": "describe"
43
+ }],
44
+ "class-name": true,
45
+ "curly": true,
46
+ "eofline": false,
47
+ "forin": true,
48
+ "indent": [
49
+ true,
50
+ "spaces"
51
+ ],
52
+ "label-position": true,
53
+ "max-line-length": [true, 140],
54
+ "no-arg": true,
55
+ "no-console": [true,
56
+ "debug",
57
+ "info",
58
+ "log",
59
+ "time",
60
+ "timeEnd",
61
+ "trace"
62
+ ],
63
+ "no-construct": true,
64
+ "no-parameter-properties": true,
65
+ "no-debugger": true,
66
+ "no-duplicate-variable": true,
67
+ "no-empty": true,
68
+ "no-eval": true,
69
+ "no-string-literal": true,
70
+ "no-switch-case-fall-through": true,
71
+ "trailing-comma": true,
72
+ "no-trailing-whitespace": true,
73
+ "no-unused-expression": true,
74
+ "no-use-before-declare": false,
75
+ "no-var-requires": true,
76
+ "one-line": [true,
77
+ "check-open-brace",
78
+ "check-catch",
79
+ "check-else",
80
+ "check-whitespace"
81
+ ],
82
+ "no-any": true,
83
+ "no-conditional-assignment": true,
84
+ "no-angle-bracket-type-assertion": false,
85
+ "align": [true, "parameters", "arguments", "statements"],
86
+ "no-empty-line-after-opening-brace": false,
87
+ "typedef-whitespace": [false],
88
+ "ban": true,
89
+ "quotemark": [true, "single"],
90
+ "semicolon": true,
91
+ "triple-equals": [true, "allow-null-check"],
92
+ "typedef": [true,
93
+ "call-signature",
94
+ "parameter",
95
+ "property-declaration",
96
+ "variable-declaration",
97
+ "arrow-parameter",
98
+ "member-variable-declaration"],
99
+ "variable-name": true,
100
+ "whitespace": [true,
101
+ "check-branch",
102
+ "check-decl",
103
+ "check-operator",
104
+ "check-separator",
105
+ "check-type"
106
+ ],
107
+ "jsdoc-format": true,
108
+ "no-var-keyword": true,
109
+ "radix": true
110
+ }
111
+ }