@syncfusion/ej2-multicolumn-combobox 34.1.30 → 34.1.32

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 (37) hide show
  1. package/.eslintrc.json +263 -0
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-multicolumn-combobox.umd.min.js +2 -2
  4. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-multicolumn-combobox.es2015.js +1 -1
  6. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  7. package/dist/es6/ej2-multicolumn-combobox.es5.js +1 -1
  8. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  9. package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
  10. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +2 -2
  13. package/src/multicolumn-combobox/multi-column-combo-box.js +1 -1
  14. package/styles/multicolumn-combobox/_bds-definition.scss +1 -1
  15. package/styles/multicolumn-combobox/_bootstrap-dark-definition.scss +1 -1
  16. package/styles/multicolumn-combobox/_bootstrap-definition.scss +1 -1
  17. package/styles/multicolumn-combobox/_bootstrap4-definition.scss +1 -1
  18. package/styles/multicolumn-combobox/_bootstrap5-dark-definition.scss +1 -1
  19. package/styles/multicolumn-combobox/_bootstrap5-definition.scss +1 -1
  20. package/styles/multicolumn-combobox/_bootstrap5.3-definition.scss +1 -1
  21. package/styles/multicolumn-combobox/_fabric-dark-definition.scss +1 -1
  22. package/styles/multicolumn-combobox/_fabric-definition.scss +1 -1
  23. package/styles/multicolumn-combobox/_fluent-dark-definition.scss +1 -1
  24. package/styles/multicolumn-combobox/_fluent-definition.scss +1 -1
  25. package/styles/multicolumn-combobox/_fluent2-definition.scss +1 -1
  26. package/styles/multicolumn-combobox/_fusionnew-definition.scss +1 -1
  27. package/styles/multicolumn-combobox/_highcontrast-definition.scss +1 -1
  28. package/styles/multicolumn-combobox/_highcontrast-light-definition.scss +1 -1
  29. package/styles/multicolumn-combobox/_material-dark-definition.scss +1 -1
  30. package/styles/multicolumn-combobox/_material-definition.scss +1 -1
  31. package/styles/multicolumn-combobox/_material3-dark-definition.scss +1 -1
  32. package/styles/multicolumn-combobox/_material3-definition.scss +1 -1
  33. package/styles/multicolumn-combobox/_tailwind-dark-definition.scss +1 -1
  34. package/styles/multicolumn-combobox/_tailwind-definition.scss +1 -1
  35. package/styles/multicolumn-combobox/_tailwind3-definition.scss +1 -1
  36. package/styles/multicolumn-combobox/_variables.scss +1 -1
  37. package/tslint.json +111 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 34.1.30
3
+ * version : 34.1.32
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-multicolumn-combobox",
3
- "version": "34.1.30",
3
+ "version": "34.1.32",
4
4
  "description": "Essential JS 2 Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -10,7 +10,7 @@
10
10
  "typings": "index.d.ts",
11
11
  "dependencies": {
12
12
  "@syncfusion/ej2-base": "~34.1.30",
13
- "@syncfusion/ej2-grids": "~34.1.30"
13
+ "@syncfusion/ej2-grids": "~34.1.31"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "keywords": [
@@ -1431,7 +1431,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1431
1431
  this.isProtectedOnChange = prevOnChange;
1432
1432
  }
1433
1433
  else {
1434
- if (this.isDataFiltered) {
1434
+ if (this.isDataFiltered && !(e.code === 'Enter' && this.value)) {
1435
1435
  this.inputEle.value = '';
1436
1436
  var ChangeEventArgs = {
1437
1437
  value: null,
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 400 !default;
4
4
  $multicolumn-grid-height: 26px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 700 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 700 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 700 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 400 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 36px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 500 !default;
4
4
  $multicolumn-grid-height: 30px !default;
@@ -1,4 +1,4 @@
1
- @use '../../node_modules/@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
2
2
 
3
3
  $header-font-weight: 600 !default;
4
4
  $multicolumn-grid-height: 32px !default;
@@ -1,2 +1,2 @@
1
- @forward '../../node_modules/@syncfusion/ej2-base/styles/common/_base-variables';
1
+ @forward '@syncfusion/ej2-base/styles/common/_base-variables';
2
2
  @forward '_material3-definition';
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
+ }