@syncfusion/ej2-vue-dropdowns 20.3.60 → 20.4.38
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/CHANGELOG.md +1 -56
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
- package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +2 -8
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +2 -8
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/src/drop-down-tree/dropdowntree.component.js +1 -1
- package/src/mention/mention.component.d.ts +1 -3
- package/src/mention/mention.component.js +1 -7
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/drop-down-base/material-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +2 -2
- package/styles/drop-down-tree/bootstrap5.css +2 -2
- package/styles/material-dark.css +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@18.58.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-z+jxJ50//E+1RxB2ciTtrjzJC0GGGGIKN+9O4vSnY4ub0Lais3ALMy7oJ5KGepK46mr5bzRiWvi3aPUlN8xDUw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-18.58.2.tgz",
|
|
23
|
+
"_shasum": "0f47d81b268333f197081bfcca7d0dc2739a4e0a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"scripts": {
|
|
71
71
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
72
72
|
},
|
|
73
|
-
"version": "20.
|
|
73
|
+
"version": "20.4.38",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@s
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { DropDownTree } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -8,7 +8,7 @@ export declare const emitProbs: any;
|
|
|
8
8
|
/**
|
|
9
9
|
* The Mention contains a list of predefined values from which the user can choose
|
|
10
10
|
* ```html
|
|
11
|
-
* <ejs-mention :dataSource='data'></ejs-
|
|
11
|
+
* <ejs-mention :dataSource='data'></ejs-mention>
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
export declare class MentionComponent extends ComponentBase {
|
|
@@ -32,8 +32,6 @@ export declare class MentionComponent extends ComponentBase {
|
|
|
32
32
|
getDataByValue(value: string | number | boolean): Object | string | number | boolean;
|
|
33
33
|
getItems(): Object[];
|
|
34
34
|
hidePopup(e?: Object | Object): void;
|
|
35
|
-
hideSpinner(): void;
|
|
36
|
-
renderTemplates(callBack?: any): void;
|
|
37
35
|
search(text: string, positionX: number, positionY: number): void;
|
|
38
36
|
showPopup(): void;
|
|
39
37
|
}
|
|
@@ -35,7 +35,7 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
35
35
|
/**
|
|
36
36
|
* The Mention contains a list of predefined values from which the user can choose
|
|
37
37
|
* ```html
|
|
38
|
-
* <ejs-mention :dataSource='data'></ejs-
|
|
38
|
+
* <ejs-mention :dataSource='data'></ejs-mention>
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
var MentionComponent = /** @class */ (function (_super) {
|
|
@@ -128,12 +128,6 @@ var MentionComponent = /** @class */ (function (_super) {
|
|
|
128
128
|
MentionComponent.prototype.hidePopup = function (e) {
|
|
129
129
|
return this.ej2Instances.hidePopup(e);
|
|
130
130
|
};
|
|
131
|
-
MentionComponent.prototype.hideSpinner = function () {
|
|
132
|
-
return this.ej2Instances.hideSpinner();
|
|
133
|
-
};
|
|
134
|
-
MentionComponent.prototype.renderTemplates = function (callBack) {
|
|
135
|
-
return this.ej2Instances.renderTemplates(callBack);
|
|
136
|
-
};
|
|
137
131
|
MentionComponent.prototype.search = function (text, positionX, positionY) {
|
|
138
132
|
return this.ej2Instances.search(text, positionX, positionY);
|
|
139
133
|
};
|
|
@@ -988,10 +988,10 @@ ejs-dropdownlist {
|
|
|
988
988
|
box-shadow: none;
|
|
989
989
|
position: absolute;
|
|
990
990
|
}
|
|
991
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
991
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
992
|
background-color: #212529;
|
|
993
993
|
}
|
|
994
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
995
995
|
background-color: transparent;
|
|
996
996
|
}
|
|
997
997
|
.e-ddt.e-popup .e-selectall-parent {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -988,10 +988,10 @@ ejs-dropdownlist {
|
|
|
988
988
|
box-shadow: none;
|
|
989
989
|
position: absolute;
|
|
990
990
|
}
|
|
991
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
991
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
992
|
background-color: #fff;
|
|
993
993
|
}
|
|
994
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
995
995
|
background-color: transparent;
|
|
996
996
|
}
|
|
997
997
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
box-shadow: none;
|
|
208
208
|
position: absolute;
|
|
209
209
|
}
|
|
210
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
210
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
211
211
|
background-color: #212529;
|
|
212
212
|
}
|
|
213
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
214
214
|
background-color: transparent;
|
|
215
215
|
}
|
|
216
216
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
box-shadow: none;
|
|
208
208
|
position: absolute;
|
|
209
209
|
}
|
|
210
|
-
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
210
|
+
.e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
211
211
|
background-color: #fff;
|
|
212
212
|
}
|
|
213
|
-
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
214
214
|
background-color: transparent;
|
|
215
215
|
}
|
|
216
216
|
.e-ddt.e-popup .e-selectall-parent {
|