@syncfusion/ej2-dropdowns 18.2.44-4569 → 18.2.44-4571
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.
package/package.json
CHANGED
|
@@ -1,77 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"ej2-dropdownlist",
|
|
66
|
-
"ej2-autocomplete",
|
|
67
|
-
"ej2-multiselect",
|
|
68
|
-
"ej2-combobox"
|
|
69
|
-
],
|
|
70
|
-
"license": "SEE LICENSE IN license",
|
|
71
|
-
"main": "./dist/ej2-dropdowns.umd.min.js",
|
|
72
|
-
"module": "./index.js",
|
|
73
|
-
"name": "@syncfusion/ej2-dropdowns",
|
|
74
|
-
"typings": "index.d.ts",
|
|
75
|
-
"version": "18.2.44-4569",
|
|
76
|
-
"sideEffects": false
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"_from": "@syncfusion/ej2-dropdowns@18.2.44-4569",
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@18.2.44-4569",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-Rt+leyRsDDrZKNuE0913YtKlibomQSrCys/ZYnEPn6T0bxu9nojcfuX6epuZ7pCHuNEba/jdsvKciQSszl4cwA==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-dropdowns",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "version",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-dropdowns@18.2.44-4569",
|
|
12
|
+
"name": "@syncfusion/ej2-dropdowns",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-dropdowns",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "18.2.44-4569",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "18.2.44-4569"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"#USER",
|
|
21
|
+
"/"
|
|
22
|
+
],
|
|
23
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-18.2.44-4569.tgz",
|
|
24
|
+
"_shasum": "103e83815e7c4b2e3e64a7e531c6609685cd9951",
|
|
25
|
+
"_spec": "@syncfusion/ej2-dropdowns@18.2.44-4569",
|
|
26
|
+
"_where": "C:\\Users\\YohapujaSelvakumaran\\Downloads\\Vue2_e18577de\\Vue2Grid",
|
|
27
|
+
"author": {
|
|
28
|
+
"name": "Syncfusion Inc."
|
|
29
|
+
},
|
|
30
|
+
"bundleDependencies": false,
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@syncfusion/ej2-base": "~18.2.44",
|
|
33
|
+
"@syncfusion/ej2-data": "~18.2.44",
|
|
34
|
+
"@syncfusion/ej2-inputs": "~18.2.44",
|
|
35
|
+
"@syncfusion/ej2-lists": "~18.2.44",
|
|
36
|
+
"@syncfusion/ej2-navigations": "~18.2.44",
|
|
37
|
+
"@syncfusion/ej2-popups": "~18.2.44"
|
|
38
|
+
},
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"description": "Essential JS 2 DropDown Components",
|
|
41
|
+
"devDependencies": {},
|
|
42
|
+
"es2015": "./dist/es6/ej2-dropdowns.es2015.js",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"ej2",
|
|
45
|
+
"syncfusion",
|
|
46
|
+
"ej2-dropdown",
|
|
47
|
+
"dropdownlist",
|
|
48
|
+
"autocomplete",
|
|
49
|
+
"multiselect",
|
|
50
|
+
"combobox",
|
|
51
|
+
"select",
|
|
52
|
+
"ej2-dropdownlist",
|
|
53
|
+
"ej2-autocomplete",
|
|
54
|
+
"ej2-multiselect",
|
|
55
|
+
"ej2-combobox"
|
|
56
|
+
],
|
|
57
|
+
"license": "SEE LICENSE IN license",
|
|
58
|
+
"main": "./dist/ej2-dropdowns.umd.min.js",
|
|
59
|
+
"module": "./index.js",
|
|
60
|
+
"name": "@syncfusion/ej2-dropdowns",
|
|
61
|
+
"sideEffects": false,
|
|
62
|
+
"typings": "index.d.ts",
|
|
63
|
+
"version": "18.2.44-4571"
|
|
64
|
+
}
|
|
@@ -401,7 +401,9 @@ var CheckBoxSelection = /** @class */ (function () {
|
|
|
401
401
|
if (this.parent.getLocaleName() !== 'listbox') {
|
|
402
402
|
var target = e.target;
|
|
403
403
|
if (!isNullOrUndefined(this.parent.popupObj) && closest(target, '#' + this.parent.popupObj.element.id)) {
|
|
404
|
-
|
|
404
|
+
if (!(this.filterInput && this.filterInput.value !== '')) {
|
|
405
|
+
e.preventDefault();
|
|
406
|
+
}
|
|
405
407
|
}
|
|
406
408
|
if (!(!isNullOrUndefined(this.parent.popupObj) && closest(target, '#' + this.parent.popupObj.element.id)) &&
|
|
407
409
|
!this.parent.overAllWrapper.contains(e.target)) {
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
+
};
|
|
20
20
|
/// <reference path='../drop-down-base/drop-down-base-model.d.ts'/>
|
|
21
21
|
import { DropDownBase, dropDownBaseClasses } from '../drop-down-base/drop-down-base';
|
|
22
22
|
import { FieldSettings } from '../drop-down-base/drop-down-base';
|
|
@@ -748,7 +748,9 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
|
|
751
|
+
if (!(this.targetElement() && this.targetElement() !== '')) {
|
|
752
|
+
e.preventDefault();
|
|
753
|
+
}
|
|
752
754
|
};
|
|
753
755
|
MultiSelect.prototype.enable = function (state) {
|
|
754
756
|
if (state) {
|