@syncfusion/ej2-multicolumn-combobox 34.1.29 → 34.1.30

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 (44) hide show
  1. package/dist/ej2-multicolumn-combobox.umd.min.js +2 -2
  2. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-multicolumn-combobox.es2015.js +7 -1
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  5. package/dist/es6/ej2-multicolumn-combobox.es5.js +7 -1
  6. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  7. package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
  8. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/package.json +3 -3
  11. package/src/multicolumn-combobox/multi-column-combo-box.js +7 -1
  12. package/styles/multicolumn-combobox/_bds-definition.scss +1 -1
  13. package/styles/multicolumn-combobox/_bootstrap-dark-definition.scss +1 -1
  14. package/styles/multicolumn-combobox/_bootstrap-definition.scss +1 -1
  15. package/styles/multicolumn-combobox/_bootstrap4-definition.scss +1 -1
  16. package/styles/multicolumn-combobox/_bootstrap5-dark-definition.scss +1 -1
  17. package/styles/multicolumn-combobox/_bootstrap5-definition.scss +1 -1
  18. package/styles/multicolumn-combobox/_bootstrap5.3-definition.scss +1 -1
  19. package/styles/multicolumn-combobox/_fabric-dark-definition.scss +1 -1
  20. package/styles/multicolumn-combobox/_fabric-definition.scss +1 -1
  21. package/styles/multicolumn-combobox/_fluent-dark-definition.scss +1 -1
  22. package/styles/multicolumn-combobox/_fluent-definition.scss +1 -1
  23. package/styles/multicolumn-combobox/_fluent2-definition.scss +1 -1
  24. package/styles/multicolumn-combobox/_fusionnew-definition.scss +1 -1
  25. package/styles/multicolumn-combobox/_highcontrast-definition.scss +1 -1
  26. package/styles/multicolumn-combobox/_highcontrast-light-definition.scss +1 -1
  27. package/styles/multicolumn-combobox/_material-dark-definition.scss +1 -1
  28. package/styles/multicolumn-combobox/_material-definition.scss +1 -1
  29. package/styles/multicolumn-combobox/_material3-dark-definition.scss +1 -1
  30. package/styles/multicolumn-combobox/_material3-definition.scss +1 -1
  31. package/styles/multicolumn-combobox/_tailwind-dark-definition.scss +1 -1
  32. package/styles/multicolumn-combobox/_tailwind-definition.scss +1 -1
  33. package/styles/multicolumn-combobox/_tailwind3-definition.scss +1 -1
  34. package/styles/multicolumn-combobox/_variables.scss +1 -1
  35. package/.eslintrc.json +0 -263
  36. package/aceconfig.js +0 -17
  37. package/dist/ts/index.d.ts +0 -1
  38. package/dist/ts/index.ts +0 -3
  39. package/dist/ts/multicolumn-combobox/index.d.ts +0 -5
  40. package/dist/ts/multicolumn-combobox/index.ts +0 -5
  41. package/dist/ts/multicolumn-combobox/multi-column-combo-box-model.d.ts +0 -572
  42. package/dist/ts/multicolumn-combobox/multi-column-combo-box.d.ts +0 -959
  43. package/dist/ts/multicolumn-combobox/multi-column-combo-box.ts +0 -2616
  44. package/tslint.json +0 -111
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 34.1.29
3
+ * version : 34.1.30
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.29",
3
+ "version": "34.1.30",
4
4
  "description": "Essential JS 2 Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,8 +9,8 @@
9
9
  "es2015": "./dist/es6/ej2-multicolumn-combobox.es5.js",
10
10
  "typings": "index.d.ts",
11
11
  "dependencies": {
12
- "@syncfusion/ej2-base": "~34.1.29",
13
- "@syncfusion/ej2-grids": "~34.1.29"
12
+ "@syncfusion/ej2-base": "~34.1.30",
13
+ "@syncfusion/ej2-grids": "~34.1.30"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "keywords": [
@@ -545,6 +545,9 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
545
545
  if (args.key === 'Enter') {
546
546
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
547
547
  args.cancel = true;
548
+ if (!isNOU(this.element.closest('form'))) {
549
+ args.preventDefault();
550
+ }
548
551
  if (this.isPopupOpen) {
549
552
  this.selectedGridRow(this.gridObj.getRows()[this.gridObj.selectedRowIndex], args, true);
550
553
  this.hidePopup(args);
@@ -1496,7 +1499,10 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1496
1499
  this.updateSelectedItem(e, true, true);
1497
1500
  break;
1498
1501
  case 'enter':
1499
- this.updateValuesOnInput(null, e, false, true);
1502
+ if (!(this.dataSource instanceof DataManager) || (this.matchedContent && this.isPopupOpen) || this.inputEle.value) {
1503
+ this.updateValuesOnInput(null, e, false, true);
1504
+ }
1505
+ this.hidePopup(e);
1500
1506
  this.focusIn(e);
1501
1507
  break;
1502
1508
  case 'home':
@@ -1,4 +1,4 @@
1
- @use '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/base-variables' as *;
1
+ @use '../../node_modules/@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 '@syncfusion/ej2-base/styles/common/_base-variables';
1
+ @forward '../../node_modules/@syncfusion/ej2-base/styles/common/_base-variables';
2
2
  @forward '_material3-definition';
package/.eslintrc.json DELETED
@@ -1,263 +0,0 @@
1
- {
2
- "env": {
3
- "browser": true,
4
- "es2021": true
5
- },
6
- "extends": [
7
- "eslint:recommended",
8
- "plugin:@typescript-eslint/recommended",
9
- "plugin:jsdoc/recommended",
10
- "plugin:security/recommended"
11
- ],
12
- "parser": "@typescript-eslint/parser",
13
- "parserOptions": {
14
- "ecmaFeatures": { "js": true },
15
- "ecmaVersion": 2018,
16
- "project": "./tsconfig.json",
17
- "sourceType": "module"
18
- },
19
- "ignorePatterns": ["*.d.ts", "*.js"],
20
- "plugins": [
21
- "@typescript-eslint",
22
- "@typescript-eslint/tslint",
23
- "eslint-plugin-security",
24
- "jsdoc"
25
- ],
26
- "rules": {
27
- "use-isnan": "error",
28
- "security/detect-unsafe-regex":"error",
29
- "security/detect-buffer-noassert":"error",
30
- "security/detect-child-process":"error",
31
- "security/detect-disable-mustache-escape":"error",
32
- "security/detect-eval-with-expression":"error",
33
- "security/detect-no-csrf-before-method-override":"error",
34
- "security/detect-non-literal-fs-filename":"error",
35
- "security/detect-non-literal-regexp":"error",
36
- "security/detect-non-literal-require":"error",
37
- "security/detect-object-injection":"error",
38
- "security/detect-possible-timing-attacks":"error",
39
- "security/detect-pseudoRandomBytes":"error",
40
- "security/detect-new-buffer":"error",
41
- "security/detect-bidi-characters":"error",
42
- "no-prototype-builtins": "warn",
43
- "no-extend-native": ["warn"],
44
- "@typescript-eslint/no-inferrable-types": "off",
45
- "@typescript-eslint/ban-types": ["warn", {
46
- "types": {
47
- "Object": false,
48
- "object": false,
49
- "{}": false,
50
- "Function": false
51
- }
52
- }],
53
- "jsdoc/check-tag-names": 0,
54
- "@typescript-eslint/tslint/config": [
55
- "error",
56
- {
57
- "rules": {
58
- "ban": true,
59
- "chai-vague-errors": true,
60
- "max-func-body-length": [
61
- true,
62
- 120,
63
- {
64
- "ignore-parameters-to-function-regex": "describe"
65
- }
66
- ],
67
- "missing-jsdoc": true,
68
- "no-backbone-get-set-outside-model": false,
69
- "no-cookies": false,
70
- "no-delete-expression": false,
71
- "no-disable-auto-sanitization": true,
72
- "no-duplicate-case": true,
73
- "no-duplicate-parameter-names": true,
74
- "no-empty-interfaces": false,
75
- "no-exec-script": true,
76
- "no-function-expression": false,
77
- "no-multiple-var-decl": false,
78
- "no-string-based-set-immediate": false,
79
- "no-string-based-set-interval": false,
80
- "no-unnecessary-bind": false,
81
- "no-unused-imports": true,
82
- "no-with-statement": false,
83
- "prefer-array-literal": false,
84
- "typedef": [
85
- true,
86
- "call-signature",
87
- "parameter",
88
- "property-declaration",
89
- "variable-declaration",
90
- "arrow-parameter",
91
- "member-variable-declaration"
92
- ],
93
- "use-named-parameter": false,
94
- "valid-typeof": true,
95
- "whitespace": [
96
- true,
97
- "check-branch",
98
- "check-decl",
99
- "check-operator",
100
- "check-separator",
101
- "check-type"
102
- ]
103
- }
104
- }
105
- ],
106
- "no-control-regex": "error",
107
- "no-constant-condition": "error",
108
- "no-invalid-regexp": "error",
109
- "curly": "error",
110
- "eol-last": [
111
- "error",
112
- "always"
113
- ],
114
- "guard-for-in": "error",
115
- "no-labels": "error",
116
- "max-len": [
117
- "error",
118
- {
119
- "code": 140,
120
- "tabWidth": 4,
121
- "ignoreComments": true,
122
- "ignoreStrings": true,
123
- "ignoreTemplateLiterals": true,
124
- "ignoreRegExpLiterals": true
125
- }
126
- ],
127
- "no-console": [
128
- "error",
129
- {
130
- "allow": [
131
- "warn",
132
- "dir",
133
- "timeLog",
134
- "assert",
135
- "clear",
136
- "count",
137
- "countReset",
138
- "group",
139
- "groupEnd",
140
- "table",
141
- "dirxml",
142
- "error",
143
- "groupCollapsed",
144
- "Console",
145
- "profile",
146
- "profileEnd",
147
- "timeStamp",
148
- "context"
149
- ]
150
- }
151
- ],
152
- "no-redeclare": [
153
- "error",
154
- {
155
- "builtinGlobals": true
156
- }
157
- ],
158
- "@typescript-eslint/no-parameter-properties": "error",
159
- "@typescript-eslint/indent": [
160
- "error",
161
- 4,
162
- {
163
- "CallExpression": {
164
- "arguments": "first"
165
- },
166
- "FunctionDeclaration": {
167
- "parameters": "first"
168
- },
169
- "FunctionExpression": {
170
- "parameters": "first"
171
- }
172
- }
173
- ],
174
- "no-debugger": "error",
175
- "no-eval": "error",
176
- "no-extra-semi": "error",
177
- "no-throw-literal": "error",
178
- "no-fallthrough": "error",
179
- "comma-dangle": [
180
- "error",
181
- "never"
182
- ],
183
- "no-trailing-spaces": "error",
184
- "@typescript-eslint/no-unused-expressions": "error",
185
- "@typescript-eslint/no-var-requires": "error",
186
- "one-var": [
187
- "error",
188
- "never"
189
- ],
190
- "@typescript-eslint/no-explicit-any": "warn",
191
- "no-cond-assign": [
192
- "error",
193
- "always"
194
- ],
195
- "@typescript-eslint/consistent-type-assertions": "off",
196
- "jsdoc/check-alignment": "error",
197
- "no-empty": "error",
198
- "quotes": [
199
- "error",
200
- "single"
201
- ],
202
- "semi": [
203
- "error",
204
- "always"
205
- ],
206
- "eqeqeq": [
207
- "error",
208
- "smart"
209
- ],
210
- "valid-typeof": [
211
- "error",
212
- {
213
- "requireStringLiterals": true
214
- }
215
- ],
216
- "camelcase": [
217
- "error",
218
- {
219
- "properties": "always",
220
- "ignoreDestructuring": true,
221
- "ignoreImports": true
222
- }
223
- ],
224
- "no-irregular-whitespace": [
225
- "error",
226
- {
227
- "skipStrings": true,
228
- "skipComments": true,
229
- "skipRegExps": true,
230
- "skipTemplates": true
231
- }
232
- ],
233
- "valid-jsdoc": [
234
- "error",
235
- {
236
- "prefer": {
237
- "arg": "param",
238
- "argument": "param",
239
- "class": "constructor",
240
- "return": "returns",
241
- "virtual": "abstract"
242
- }
243
- }
244
- ],
245
- "no-var": "error",
246
- "radix": "error"
247
- },
248
- "reportUnusedDisableDirectives": true,
249
- "overrides": [
250
- {
251
- "files": [
252
- "node_modules",
253
- "dist",
254
- "public",
255
- "coverage",
256
- "test-report"
257
- ],
258
- "rules": {
259
- "no-unused-expressions": "off"
260
- }
261
- }
262
- ]
263
- }
package/aceconfig.js DELETED
@@ -1,17 +0,0 @@
1
- //Config file for Accessibility-Checker
2
- module.exports = {
3
- ruleArchive: "18March2024",
4
- policies: ["WCAG_2_1","IBM_Accessibility"],
5
- failLevels: ["violation", "potentialviolation"],
6
- reportLevels: [
7
- "violation",
8
- "potentialviolation",
9
- "recommendation",
10
- "potentialrecommendation",
11
- "manual",
12
- "pass",
13
- ],
14
- outputFormat: ["html","json"],
15
- label: [process.env.TRAVIS_BRANCH],
16
- outputFolder:"accessibility-reports",
17
- };
@@ -1 +0,0 @@
1
- export * from './multicolumn-combobox/index';
package/dist/ts/index.ts DELETED
@@ -1,3 +0,0 @@
1
- // export all modules from current location
2
- // example: export * from './module'
3
- export * from './multicolumn-combobox/index';
@@ -1,5 +0,0 @@
1
- /**
2
- * MultiColumn ComboBox modules
3
- */
4
- export * from './multi-column-combo-box';
5
- export * from './multi-column-combo-box-model';
@@ -1,5 +0,0 @@
1
- /**
2
- * MultiColumn ComboBox modules
3
- */
4
- export * from './multi-column-combo-box';
5
- export * from './multi-column-combo-box-model';