@syncfusion/ej2-dropdowns 27.1.52 → 27.1.53

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 (76) hide show
  1. package/.eslintrc.json +261 -0
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +105 -37
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +105 -37
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-base/drop-down-base.js +4 -0
  14. package/src/drop-down-list/drop-down-list.js +2 -2
  15. package/src/drop-down-tree/drop-down-tree.js +1 -1
  16. package/src/list-box/list-box.js +8 -2
  17. package/src/multi-select/multi-select.js +90 -32
  18. package/styles/bootstrap-dark-lite.css +1 -0
  19. package/styles/bootstrap-dark.css +1 -0
  20. package/styles/bootstrap-lite.css +1 -0
  21. package/styles/bootstrap.css +1 -0
  22. package/styles/bootstrap4-lite.css +1 -0
  23. package/styles/bootstrap4.css +1 -0
  24. package/styles/bootstrap5-dark-lite.css +1 -0
  25. package/styles/bootstrap5-dark.css +1 -0
  26. package/styles/bootstrap5-lite.css +1 -0
  27. package/styles/bootstrap5.3-lite.css +1 -0
  28. package/styles/bootstrap5.3.css +1 -0
  29. package/styles/bootstrap5.css +1 -0
  30. package/styles/drop-down-list/_layout.scss +1 -0
  31. package/styles/drop-down-list/bootstrap-dark.css +1 -0
  32. package/styles/drop-down-list/bootstrap.css +1 -0
  33. package/styles/drop-down-list/bootstrap4.css +1 -0
  34. package/styles/drop-down-list/bootstrap5-dark.css +1 -0
  35. package/styles/drop-down-list/bootstrap5.3.css +1 -0
  36. package/styles/drop-down-list/bootstrap5.css +1 -0
  37. package/styles/drop-down-list/fabric-dark.css +1 -0
  38. package/styles/drop-down-list/fabric.css +1 -0
  39. package/styles/drop-down-list/fluent-dark.css +1 -0
  40. package/styles/drop-down-list/fluent.css +1 -0
  41. package/styles/drop-down-list/fluent2.css +1 -0
  42. package/styles/drop-down-list/highcontrast-light.css +1 -0
  43. package/styles/drop-down-list/highcontrast.css +1 -0
  44. package/styles/drop-down-list/material-dark.css +1 -0
  45. package/styles/drop-down-list/material.css +1 -0
  46. package/styles/drop-down-list/material3-dark.css +1 -0
  47. package/styles/drop-down-list/material3.css +1 -0
  48. package/styles/drop-down-list/tailwind-dark.css +1 -0
  49. package/styles/drop-down-list/tailwind.css +1 -0
  50. package/styles/fabric-dark-lite.css +1 -0
  51. package/styles/fabric-dark.css +1 -0
  52. package/styles/fabric-lite.css +1 -0
  53. package/styles/fabric.css +1 -0
  54. package/styles/fluent-dark-lite.css +1 -0
  55. package/styles/fluent-dark.css +1 -0
  56. package/styles/fluent-lite.css +1 -0
  57. package/styles/fluent.css +1 -0
  58. package/styles/fluent2-lite.css +1 -0
  59. package/styles/fluent2.css +1 -0
  60. package/styles/highcontrast-light-lite.css +1 -0
  61. package/styles/highcontrast-light.css +1 -0
  62. package/styles/highcontrast-lite.css +1 -0
  63. package/styles/highcontrast.css +1 -0
  64. package/styles/material-dark-lite.css +1 -0
  65. package/styles/material-dark.css +1 -0
  66. package/styles/material-lite.css +1 -0
  67. package/styles/material.css +1 -0
  68. package/styles/material3-dark-lite.css +1 -0
  69. package/styles/material3-dark.css +1 -0
  70. package/styles/material3-lite.css +1 -0
  71. package/styles/material3.css +1 -0
  72. package/styles/tailwind-dark-lite.css +1 -0
  73. package/styles/tailwind-dark.css +1 -0
  74. package/styles/tailwind-lite.css +1 -0
  75. package/styles/tailwind.css +1 -0
  76. package/tslint.json +111 -0
@@ -617,6 +617,7 @@
617
617
  margin: 0;
618
618
  outline: none;
619
619
  width: 100%;
620
+ overflow: hidden;
620
621
  }
621
622
  .e-ddl.e-input-group input[readonly].e-input,
622
623
  .e-ddl.e-input-group input[readonly],
@@ -542,6 +542,7 @@
542
542
  margin: 0;
543
543
  outline: none;
544
544
  width: 100%;
545
+ overflow: hidden;
545
546
  }
546
547
  .e-ddl.e-input-group input[readonly].e-input,
547
548
  .e-ddl.e-input-group input[readonly],
package/styles/fabric.css CHANGED
@@ -617,6 +617,7 @@
617
617
  margin: 0;
618
618
  outline: none;
619
619
  width: 100%;
620
+ overflow: hidden;
620
621
  }
621
622
  .e-ddl.e-input-group input[readonly].e-input,
622
623
  .e-ddl.e-input-group input[readonly],
@@ -617,6 +617,7 @@
617
617
  margin: 0;
618
618
  outline: none;
619
619
  width: 100%;
620
+ overflow: hidden;
620
621
  }
621
622
  .e-ddl.e-input-group input[readonly].e-input,
622
623
  .e-ddl.e-input-group input[readonly],
@@ -718,6 +718,7 @@
718
718
  margin: 0;
719
719
  outline: none;
720
720
  width: 100%;
721
+ overflow: hidden;
721
722
  }
722
723
  .e-ddl.e-input-group input[readonly].e-input,
723
724
  .e-ddl.e-input-group input[readonly],
@@ -617,6 +617,7 @@
617
617
  margin: 0;
618
618
  outline: none;
619
619
  width: 100%;
620
+ overflow: hidden;
620
621
  }
621
622
  .e-ddl.e-input-group input[readonly].e-input,
622
623
  .e-ddl.e-input-group input[readonly],
package/styles/fluent.css CHANGED
@@ -718,6 +718,7 @@
718
718
  margin: 0;
719
719
  outline: none;
720
720
  width: 100%;
721
+ overflow: hidden;
721
722
  }
722
723
  .e-ddl.e-input-group input[readonly].e-input,
723
724
  .e-ddl.e-input-group input[readonly],
@@ -789,6 +789,7 @@
789
789
  margin: 0;
790
790
  outline: none;
791
791
  width: 100%;
792
+ overflow: hidden;
792
793
  }
793
794
  .e-ddl.e-input-group input[readonly].e-input,
794
795
  .e-ddl.e-input-group input[readonly],
@@ -881,6 +881,7 @@
881
881
  margin: 0;
882
882
  outline: none;
883
883
  width: 100%;
884
+ overflow: hidden;
884
885
  }
885
886
  .e-ddl.e-input-group input[readonly].e-input,
886
887
  .e-ddl.e-input-group input[readonly],
@@ -563,6 +563,7 @@
563
563
  margin: 0;
564
564
  outline: none;
565
565
  width: 100%;
566
+ overflow: hidden;
566
567
  }
567
568
  .e-ddl.e-input-group input[readonly].e-input,
568
569
  .e-ddl.e-input-group input[readonly],
@@ -638,6 +638,7 @@
638
638
  margin: 0;
639
639
  outline: none;
640
640
  width: 100%;
641
+ overflow: hidden;
641
642
  }
642
643
  .e-ddl.e-input-group input[readonly].e-input,
643
644
  .e-ddl.e-input-group input[readonly],
@@ -563,6 +563,7 @@
563
563
  margin: 0;
564
564
  outline: none;
565
565
  width: 100%;
566
+ overflow: hidden;
566
567
  }
567
568
  .e-ddl.e-input-group input[readonly].e-input,
568
569
  .e-ddl.e-input-group input[readonly],
@@ -638,6 +638,7 @@
638
638
  margin: 0;
639
639
  outline: none;
640
640
  width: 100%;
641
+ overflow: hidden;
641
642
  }
642
643
  .e-ddl.e-input-group input[readonly].e-input,
643
644
  .e-ddl.e-input-group input[readonly],
@@ -605,6 +605,7 @@
605
605
  margin: 0;
606
606
  outline: none;
607
607
  width: 100%;
608
+ overflow: hidden;
608
609
  }
609
610
  .e-ddl.e-input-group input[readonly].e-input,
610
611
  .e-ddl.e-input-group input[readonly],
@@ -679,6 +679,7 @@
679
679
  margin: 0;
680
680
  outline: none;
681
681
  width: 100%;
682
+ overflow: hidden;
682
683
  }
683
684
  .e-ddl.e-input-group input[readonly].e-input,
684
685
  .e-ddl.e-input-group input[readonly],
@@ -628,6 +628,7 @@
628
628
  margin: 0;
629
629
  outline: none;
630
630
  width: 100%;
631
+ overflow: hidden;
631
632
  }
632
633
  .e-ddl.e-input-group input[readonly].e-input,
633
634
  .e-ddl.e-input-group input[readonly],
@@ -702,6 +702,7 @@
702
702
  margin: 0;
703
703
  outline: none;
704
704
  width: 100%;
705
+ overflow: hidden;
705
706
  }
706
707
  .e-ddl.e-input-group input[readonly].e-input,
707
708
  .e-ddl.e-input-group input[readonly],
@@ -653,6 +653,7 @@
653
653
  margin: 0;
654
654
  outline: none;
655
655
  width: 100%;
656
+ overflow: hidden;
656
657
  }
657
658
  .e-ddl.e-input-group input[readonly].e-input,
658
659
  .e-ddl.e-input-group input[readonly],
@@ -727,6 +727,7 @@
727
727
  margin: 0;
728
728
  outline: none;
729
729
  width: 100%;
730
+ overflow: hidden;
730
731
  }
731
732
  .e-ddl.e-input-group input[readonly].e-input,
732
733
  .e-ddl.e-input-group input[readonly],
@@ -655,6 +655,7 @@
655
655
  margin: 0;
656
656
  outline: none;
657
657
  width: 100%;
658
+ overflow: hidden;
658
659
  }
659
660
  .e-ddl.e-input-group input[readonly].e-input,
660
661
  .e-ddl.e-input-group input[readonly],
@@ -729,6 +729,7 @@
729
729
  margin: 0;
730
730
  outline: none;
731
731
  width: 100%;
732
+ overflow: hidden;
732
733
  }
733
734
  .e-ddl.e-input-group input[readonly].e-input,
734
735
  .e-ddl.e-input-group input[readonly],
@@ -623,6 +623,7 @@
623
623
  margin: 0;
624
624
  outline: none;
625
625
  width: 100%;
626
+ overflow: hidden;
626
627
  }
627
628
  .e-ddl.e-input-group input[readonly].e-input,
628
629
  .e-ddl.e-input-group input[readonly],
@@ -758,6 +758,7 @@
758
758
  margin: 0;
759
759
  outline: none;
760
760
  width: 100%;
761
+ overflow: hidden;
761
762
  }
762
763
  .e-ddl.e-input-group input[readonly].e-input,
763
764
  .e-ddl.e-input-group input[readonly],
@@ -623,6 +623,7 @@
623
623
  margin: 0;
624
624
  outline: none;
625
625
  width: 100%;
626
+ overflow: hidden;
626
627
  }
627
628
  .e-ddl.e-input-group input[readonly].e-input,
628
629
  .e-ddl.e-input-group input[readonly],
@@ -758,6 +758,7 @@
758
758
  margin: 0;
759
759
  outline: none;
760
760
  width: 100%;
761
+ overflow: hidden;
761
762
  }
762
763
  .e-ddl.e-input-group input[readonly].e-input,
763
764
  .e-ddl.e-input-group input[readonly],
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
+ }