@syncfusion/ej2-dropdowns 27.1.50 → 27.1.52

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 (78) hide show
  1. package/dist/ej2-dropdowns.min.js +2 -2
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +56 -26
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +55 -25
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +8 -8
  12. package/src/combo-box/combo-box.js +1 -0
  13. package/src/drop-down-base/drop-down-base.js +17 -15
  14. package/src/drop-down-list/drop-down-list.d.ts +2 -1
  15. package/src/drop-down-list/drop-down-list.js +12 -0
  16. package/src/drop-down-tree/drop-down-tree.js +2 -2
  17. package/src/list-box/list-box.js +22 -4
  18. package/src/multi-select/multi-select.js +1 -4
  19. package/styles/bootstrap-dark-lite.css +4 -0
  20. package/styles/bootstrap-dark.css +4 -0
  21. package/styles/bootstrap-lite.css +4 -0
  22. package/styles/bootstrap.css +4 -0
  23. package/styles/bootstrap4-lite.css +4 -0
  24. package/styles/bootstrap4.css +4 -0
  25. package/styles/bootstrap5-dark-lite.css +4 -0
  26. package/styles/bootstrap5-dark.css +4 -0
  27. package/styles/bootstrap5-lite.css +4 -0
  28. package/styles/bootstrap5.3-lite.css +4 -0
  29. package/styles/bootstrap5.3.css +4 -0
  30. package/styles/bootstrap5.css +4 -0
  31. package/styles/fabric-dark-lite.css +4 -0
  32. package/styles/fabric-dark.css +4 -0
  33. package/styles/fabric-lite.css +4 -0
  34. package/styles/fabric.css +4 -0
  35. package/styles/fluent-dark-lite.css +4 -0
  36. package/styles/fluent-dark.css +4 -0
  37. package/styles/fluent-lite.css +4 -0
  38. package/styles/fluent.css +4 -0
  39. package/styles/fluent2-lite.css +4 -0
  40. package/styles/fluent2.css +4 -0
  41. package/styles/highcontrast-light-lite.css +4 -0
  42. package/styles/highcontrast-light.css +4 -0
  43. package/styles/highcontrast-lite.css +4 -0
  44. package/styles/highcontrast.css +4 -0
  45. package/styles/material-dark-lite.css +4 -0
  46. package/styles/material-dark.css +4 -0
  47. package/styles/material-lite.css +4 -0
  48. package/styles/material.css +4 -0
  49. package/styles/material3-dark-lite.css +4 -0
  50. package/styles/material3-dark.css +4 -0
  51. package/styles/material3-lite.css +4 -0
  52. package/styles/material3.css +4 -0
  53. package/styles/multi-select/_layout.scss +4 -0
  54. package/styles/multi-select/bootstrap-dark.css +4 -0
  55. package/styles/multi-select/bootstrap.css +4 -0
  56. package/styles/multi-select/bootstrap4.css +4 -0
  57. package/styles/multi-select/bootstrap5-dark.css +4 -0
  58. package/styles/multi-select/bootstrap5.3.css +4 -0
  59. package/styles/multi-select/bootstrap5.css +4 -0
  60. package/styles/multi-select/fabric-dark.css +4 -0
  61. package/styles/multi-select/fabric.css +4 -0
  62. package/styles/multi-select/fluent-dark.css +4 -0
  63. package/styles/multi-select/fluent.css +4 -0
  64. package/styles/multi-select/fluent2.css +4 -0
  65. package/styles/multi-select/highcontrast-light.css +4 -0
  66. package/styles/multi-select/highcontrast.css +4 -0
  67. package/styles/multi-select/material-dark.css +4 -0
  68. package/styles/multi-select/material.css +4 -0
  69. package/styles/multi-select/material3-dark.css +4 -0
  70. package/styles/multi-select/material3.css +4 -0
  71. package/styles/multi-select/tailwind-dark.css +4 -0
  72. package/styles/multi-select/tailwind.css +4 -0
  73. package/styles/tailwind-dark-lite.css +4 -0
  74. package/styles/tailwind-dark.css +4 -0
  75. package/styles/tailwind-lite.css +4 -0
  76. package/styles/tailwind.css +4 -0
  77. package/.eslintrc.json +0 -261
  78. package/tslint.json +0 -111
package/tslint.json DELETED
@@ -1,111 +0,0 @@
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
- }