@syncfusion/ej2-vue-dropdowns 20.1.60 → 20.2.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 +2 -56
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -11
- package/dist/es6/ej2-vue-dropdowns.es2015.js +8 -8
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +8 -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/auto-complete/autocomplete.component.js +1 -1
- package/src/combo-box/combobox.component.js +1 -1
- package/src/drop-down-list/dropdownlist.component.js +1 -1
- package/src/drop-down-tree/dropdowntree.component.js +1 -1
- package/src/list-box/listbox.component.js +1 -1
- package/src/multi-select/multiselect.component.d.ts +1 -1
- package/src/multi-select/multiselect.component.js +3 -3
- package/styles/bootstrap-dark.css +59 -11
- package/styles/bootstrap.css +59 -11
- package/styles/bootstrap4.css +59 -11
- package/styles/bootstrap5-dark.css +60 -12
- package/styles/bootstrap5.css +60 -12
- package/styles/fabric-dark.css +59 -11
- package/styles/fabric.css +59 -11
- package/styles/fluent-dark.css +63 -15
- package/styles/fluent.css +60 -12
- package/styles/highcontrast-light.css +59 -11
- package/styles/highcontrast.css +59 -11
- package/styles/list-box/bootstrap-dark.css +49 -11
- package/styles/list-box/bootstrap.css +59 -11
- package/styles/list-box/bootstrap4.css +59 -11
- package/styles/list-box/bootstrap5-dark.css +60 -12
- package/styles/list-box/bootstrap5.css +60 -12
- package/styles/list-box/fabric-dark.css +49 -11
- package/styles/list-box/fabric.css +59 -11
- package/styles/list-box/fluent-dark.css +63 -15
- package/styles/list-box/fluent.css +60 -12
- package/styles/list-box/highcontrast-light.css +49 -11
- package/styles/list-box/highcontrast.css +59 -11
- package/styles/list-box/material-dark.css +50 -12
- package/styles/list-box/material.css +60 -12
- package/styles/list-box/tailwind-dark.css +60 -12
- package/styles/list-box/tailwind.css +60 -12
- package/styles/material-dark.css +60 -12
- package/styles/material.css +60 -12
- package/styles/tailwind-dark.css +60 -12
- package/styles/tailwind.css +60 -12
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@20.2.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-eEP8y1jgZLQ5Anpu911vOVORS3v1AQTq9yBqK+W5yDNTO34xfsYTQg/TG+Xbd96C3F6iPM8t5puB7mJAsGYIng==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.2.36.tgz",
|
|
23
|
+
"_shasum": "5e56871a7a7b305654f59fe3cb218ed662bedd58",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/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.2.38",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.2.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "20.
|
|
70
|
+
"version": "20.2.38",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { AutoComplete } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { ComboBox } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { DropDownList } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
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', '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', '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];
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { ListBox } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -39,7 +39,7 @@ export declare class MultiSelectComponent extends ComponentBase {
|
|
|
39
39
|
focusOut(): void;
|
|
40
40
|
getDataByValue(value: string | number | boolean): Object | string | number | boolean;
|
|
41
41
|
getItems(): Object[];
|
|
42
|
-
hidePopup(): void;
|
|
42
|
+
hidePopup(e?: Object | Object): void;
|
|
43
43
|
hideSpinner(): void;
|
|
44
44
|
requiredModules(): Object[];
|
|
45
45
|
selectAll(state: boolean): void;
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
26
26
|
export var modelProps = ['value'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -180,8 +180,8 @@ var MultiSelectComponent = /** @class */ (function (_super) {
|
|
|
180
180
|
MultiSelectComponent.prototype.getItems = function () {
|
|
181
181
|
return this.ej2Instances.getItems();
|
|
182
182
|
};
|
|
183
|
-
MultiSelectComponent.prototype.hidePopup = function () {
|
|
184
|
-
return this.ej2Instances.hidePopup();
|
|
183
|
+
MultiSelectComponent.prototype.hidePopup = function (e) {
|
|
184
|
+
return this.ej2Instances.hidePopup(e);
|
|
185
185
|
};
|
|
186
186
|
MultiSelectComponent.prototype.hideSpinner = function () {
|
|
187
187
|
return this.ej2Instances.hideSpinner();
|
|
@@ -2376,6 +2376,10 @@ ejs-multiselect {
|
|
|
2376
2376
|
.e-listbox-container * {
|
|
2377
2377
|
box-sizing: border-box;
|
|
2378
2378
|
}
|
|
2379
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2380
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2381
|
+
width: 86% !important;
|
|
2382
|
+
}
|
|
2379
2383
|
.e-listbox-wrapper:focus,
|
|
2380
2384
|
.e-listbox-container:focus {
|
|
2381
2385
|
outline: none;
|
|
@@ -2606,8 +2610,8 @@ ejs-multiselect {
|
|
|
2606
2610
|
text-indent: 0;
|
|
2607
2611
|
vertical-align: middle;
|
|
2608
2612
|
}
|
|
2609
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2610
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2613
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2614
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2611
2615
|
position: absolute;
|
|
2612
2616
|
right: 0;
|
|
2613
2617
|
top: 30%;
|
|
@@ -2726,6 +2730,12 @@ ejs-listbox {
|
|
|
2726
2730
|
list-style-type: none;
|
|
2727
2731
|
margin-bottom: 10px;
|
|
2728
2732
|
}
|
|
2733
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2734
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2735
|
+
position: absolute;
|
|
2736
|
+
right: 0;
|
|
2737
|
+
top: 30%;
|
|
2738
|
+
}
|
|
2729
2739
|
|
|
2730
2740
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2731
2741
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2736,6 +2746,12 @@ ejs-listbox {
|
|
|
2736
2746
|
margin-left: 15px;
|
|
2737
2747
|
}
|
|
2738
2748
|
|
|
2749
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2750
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2751
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2752
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2753
|
+
width: 85% !important;
|
|
2754
|
+
}
|
|
2739
2755
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2740
2756
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2741
2757
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2823,21 +2839,48 @@ ejs-listbox {
|
|
|
2823
2839
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2824
2840
|
font-size: 15px;
|
|
2825
2841
|
}
|
|
2826
|
-
.e-
|
|
2827
|
-
|
|
2842
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
|
+
height: calc(100% - 52px);
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2847
|
+
height: calc(100% - 52px) !important;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2828
2851
|
height: calc(100% - 46px);
|
|
2829
2852
|
}
|
|
2830
2853
|
|
|
2831
|
-
.e-
|
|
2832
|
-
|
|
2854
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2855
|
+
height: calc(100% - 46px) !important;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2833
2859
|
height: calc(100% - 58px);
|
|
2834
2860
|
}
|
|
2835
2861
|
|
|
2836
|
-
.e-
|
|
2837
|
-
|
|
2862
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2863
|
+
height: calc(100% - 58px) !important;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2867
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2868
|
+
height: calc(100% - 106px);
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2872
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2873
|
+
height: calc(100% - 48px);
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2838
2877
|
height: calc(100% - 54px);
|
|
2839
2878
|
}
|
|
2840
2879
|
|
|
2880
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2881
|
+
height: calc(100% - 54px) !important;
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2841
2884
|
.e-listbox-wrapper,
|
|
2842
2885
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2843
2886
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2857,9 +2900,14 @@ ejs-listbox {
|
|
|
2857
2900
|
font-size: 14px;
|
|
2858
2901
|
}
|
|
2859
2902
|
|
|
2860
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2861
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2862
|
-
height: calc(100% -
|
|
2903
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2904
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2905
|
+
height: calc(100% - 92px);
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2909
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2910
|
+
height: calc(100% - 40px);
|
|
2863
2911
|
}
|
|
2864
2912
|
|
|
2865
2913
|
.e-listbox-wrapper .e-icons,
|
package/styles/bootstrap.css
CHANGED
|
@@ -2375,6 +2375,10 @@ ejs-multiselect {
|
|
|
2375
2375
|
.e-listbox-container * {
|
|
2376
2376
|
box-sizing: border-box;
|
|
2377
2377
|
}
|
|
2378
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2379
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2380
|
+
width: 86% !important;
|
|
2381
|
+
}
|
|
2378
2382
|
.e-listbox-wrapper:focus,
|
|
2379
2383
|
.e-listbox-container:focus {
|
|
2380
2384
|
outline: none;
|
|
@@ -2605,8 +2609,8 @@ ejs-multiselect {
|
|
|
2605
2609
|
text-indent: 0;
|
|
2606
2610
|
vertical-align: middle;
|
|
2607
2611
|
}
|
|
2608
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2609
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2612
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2613
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2610
2614
|
position: absolute;
|
|
2611
2615
|
right: 0;
|
|
2612
2616
|
top: 30%;
|
|
@@ -2725,6 +2729,12 @@ ejs-listbox {
|
|
|
2725
2729
|
list-style-type: none;
|
|
2726
2730
|
margin-bottom: 10px;
|
|
2727
2731
|
}
|
|
2732
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2733
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2734
|
+
position: absolute;
|
|
2735
|
+
right: 0;
|
|
2736
|
+
top: 30%;
|
|
2737
|
+
}
|
|
2728
2738
|
|
|
2729
2739
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2730
2740
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2735,6 +2745,12 @@ ejs-listbox {
|
|
|
2735
2745
|
margin-left: 15px;
|
|
2736
2746
|
}
|
|
2737
2747
|
|
|
2748
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2749
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2750
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2751
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2752
|
+
width: 85% !important;
|
|
2753
|
+
}
|
|
2738
2754
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2739
2755
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2740
2756
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2822,21 +2838,48 @@ ejs-listbox {
|
|
|
2822
2838
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2823
2839
|
font-size: 15px;
|
|
2824
2840
|
}
|
|
2825
|
-
.e-
|
|
2826
|
-
|
|
2841
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2842
|
+
height: calc(100% - 52px);
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2846
|
+
height: calc(100% - 52px) !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2827
2850
|
height: calc(100% - 46px);
|
|
2828
2851
|
}
|
|
2829
2852
|
|
|
2830
|
-
.e-
|
|
2831
|
-
|
|
2853
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2854
|
+
height: calc(100% - 46px) !important;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2832
2858
|
height: calc(100% - 58px);
|
|
2833
2859
|
}
|
|
2834
2860
|
|
|
2835
|
-
.e-
|
|
2836
|
-
|
|
2861
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2862
|
+
height: calc(100% - 58px) !important;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2866
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2867
|
+
height: calc(100% - 106px);
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2870
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2871
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2872
|
+
height: calc(100% - 48px);
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2837
2876
|
height: calc(100% - 54px);
|
|
2838
2877
|
}
|
|
2839
2878
|
|
|
2879
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2880
|
+
height: calc(100% - 54px) !important;
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2840
2883
|
.e-listbox-wrapper,
|
|
2841
2884
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2842
2885
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2856,9 +2899,14 @@ ejs-listbox {
|
|
|
2856
2899
|
font-size: 14px;
|
|
2857
2900
|
}
|
|
2858
2901
|
|
|
2859
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2860
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2861
|
-
height: calc(100% -
|
|
2902
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2903
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2904
|
+
height: calc(100% - 92px);
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2908
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2909
|
+
height: calc(100% - 40px);
|
|
2862
2910
|
}
|
|
2863
2911
|
|
|
2864
2912
|
.e-listbox-wrapper .e-icons,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2558,6 +2558,10 @@ ejs-multiselect {
|
|
|
2558
2558
|
.e-listbox-container * {
|
|
2559
2559
|
box-sizing: border-box;
|
|
2560
2560
|
}
|
|
2561
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2562
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2563
|
+
width: 86% !important;
|
|
2564
|
+
}
|
|
2561
2565
|
.e-listbox-wrapper:focus,
|
|
2562
2566
|
.e-listbox-container:focus {
|
|
2563
2567
|
outline: none;
|
|
@@ -2788,8 +2792,8 @@ ejs-multiselect {
|
|
|
2788
2792
|
text-indent: 0;
|
|
2789
2793
|
vertical-align: middle;
|
|
2790
2794
|
}
|
|
2791
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2792
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2795
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2796
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2793
2797
|
position: absolute;
|
|
2794
2798
|
right: 0;
|
|
2795
2799
|
top: 30%;
|
|
@@ -2908,6 +2912,12 @@ ejs-listbox {
|
|
|
2908
2912
|
list-style-type: none;
|
|
2909
2913
|
margin-bottom: 10px;
|
|
2910
2914
|
}
|
|
2915
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2916
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2917
|
+
position: absolute;
|
|
2918
|
+
right: 0;
|
|
2919
|
+
top: 30%;
|
|
2920
|
+
}
|
|
2911
2921
|
|
|
2912
2922
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2913
2923
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2924,6 +2934,12 @@ ejs-listbox {
|
|
|
2924
2934
|
.e-listbox-container.e-bigger {
|
|
2925
2935
|
font-size: 16px;
|
|
2926
2936
|
}
|
|
2937
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2938
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2939
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2940
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2941
|
+
width: 85% !important;
|
|
2942
|
+
}
|
|
2927
2943
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2928
2944
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2929
2945
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -3049,21 +3065,48 @@ ejs-listbox {
|
|
|
3049
3065
|
margin: 0 0 0 12px;
|
|
3050
3066
|
}
|
|
3051
3067
|
|
|
3052
|
-
.e-
|
|
3053
|
-
|
|
3068
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3069
|
+
height: calc(100% - 39px);
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3073
|
+
height: calc(100% - 39px) !important;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3054
3077
|
height: calc(100% - 32px);
|
|
3055
3078
|
}
|
|
3056
3079
|
|
|
3057
|
-
.e-
|
|
3058
|
-
|
|
3080
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3081
|
+
height: calc(100% - 32px) !important;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3059
3085
|
height: calc(100% - 46px);
|
|
3060
3086
|
}
|
|
3061
3087
|
|
|
3062
|
-
.e-
|
|
3063
|
-
|
|
3088
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3089
|
+
height: calc(100% - 46px) !important;
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3093
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3094
|
+
height: calc(100% - 96px);
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3098
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3099
|
+
height: calc(100% - 50px);
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3064
3103
|
height: calc(100% - 44px);
|
|
3065
3104
|
}
|
|
3066
3105
|
|
|
3106
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3107
|
+
height: calc(100% - 44px) !important;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3067
3110
|
.e-listbox-wrapper,
|
|
3068
3111
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3069
3112
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3083,9 +3126,14 @@ ejs-listbox {
|
|
|
3083
3126
|
font-size: 16px;
|
|
3084
3127
|
}
|
|
3085
3128
|
|
|
3086
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3087
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3088
|
-
height: calc(100% -
|
|
3129
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3130
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3131
|
+
height: calc(100% - 79px);
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3135
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3136
|
+
height: calc(100% - 40px);
|
|
3089
3137
|
}
|
|
3090
3138
|
|
|
3091
3139
|
.e-listbox-wrapper .e-icons,
|
|
@@ -2538,6 +2538,10 @@ ejs-multiselect {
|
|
|
2538
2538
|
.e-listbox-container * {
|
|
2539
2539
|
box-sizing: border-box;
|
|
2540
2540
|
}
|
|
2541
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2542
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2543
|
+
width: 84% !important;
|
|
2544
|
+
}
|
|
2541
2545
|
.e-listbox-wrapper:focus,
|
|
2542
2546
|
.e-listbox-container:focus {
|
|
2543
2547
|
outline: none;
|
|
@@ -2768,8 +2772,8 @@ ejs-multiselect {
|
|
|
2768
2772
|
text-indent: 0;
|
|
2769
2773
|
vertical-align: middle;
|
|
2770
2774
|
}
|
|
2771
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2772
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2775
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2776
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2773
2777
|
position: absolute;
|
|
2774
2778
|
right: 0;
|
|
2775
2779
|
top: 30%;
|
|
@@ -2888,6 +2892,12 @@ ejs-listbox {
|
|
|
2888
2892
|
list-style-type: none;
|
|
2889
2893
|
margin-bottom: 10px;
|
|
2890
2894
|
}
|
|
2895
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2896
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
right: 0;
|
|
2899
|
+
top: 30%;
|
|
2900
|
+
}
|
|
2891
2901
|
|
|
2892
2902
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2893
2903
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2898,6 +2908,12 @@ ejs-listbox {
|
|
|
2898
2908
|
margin-left: 15px;
|
|
2899
2909
|
}
|
|
2900
2910
|
|
|
2911
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2912
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2913
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2914
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2915
|
+
width: 80% !important;
|
|
2916
|
+
}
|
|
2901
2917
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2902
2918
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2903
2919
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2985,21 +3001,48 @@ ejs-listbox {
|
|
|
2985
3001
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2986
3002
|
font-size: 14px;
|
|
2987
3003
|
}
|
|
2988
|
-
.e-
|
|
2989
|
-
|
|
3004
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3005
|
+
height: calc(100% - 50px);
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3009
|
+
height: calc(100% - 50px) !important;
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2990
3013
|
height: calc(100% - 45px);
|
|
2991
3014
|
}
|
|
2992
3015
|
|
|
2993
|
-
.e-
|
|
2994
|
-
|
|
2995
|
-
height: calc(100% - 55px);
|
|
3016
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3017
|
+
height: calc(100% - 45px) !important;
|
|
2996
3018
|
}
|
|
2997
3019
|
|
|
2998
|
-
.e-
|
|
2999
|
-
|
|
3020
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3021
|
+
height: calc(100% - 56px);
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3025
|
+
height: calc(100% - 56px) !important;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3029
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3030
|
+
height: calc(100% - 96px);
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3034
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3035
|
+
height: calc(100% - 40px);
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3000
3039
|
height: calc(100% - 45px);
|
|
3001
3040
|
}
|
|
3002
3041
|
|
|
3042
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3043
|
+
height: calc(100% - 45px) !important;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3003
3046
|
.e-listbox-wrapper,
|
|
3004
3047
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3005
3048
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3019,9 +3062,14 @@ ejs-listbox {
|
|
|
3019
3062
|
font-size: 12px;
|
|
3020
3063
|
}
|
|
3021
3064
|
|
|
3022
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3023
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3065
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3066
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3067
|
+
height: calc(100% - 86px);
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3071
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3072
|
+
height: calc(100% - 36px);
|
|
3025
3073
|
}
|
|
3026
3074
|
|
|
3027
3075
|
.e-listbox-wrapper .e-list-item,
|