@syncfusion/ej2-vue-dropdowns 19.4.55 → 20.1.50
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 -24
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +96 -12
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +60 -6
- 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.d.ts +1 -0
- package/src/auto-complete/autocomplete.component.js +10 -1
- package/src/combo-box/combobox.component.d.ts +1 -0
- package/src/combo-box/combobox.component.js +10 -1
- package/src/drop-down-list/dropdownlist.component.d.ts +1 -0
- package/src/drop-down-list/dropdownlist.component.js +10 -1
- package/src/drop-down-tree/dropdowntree.component.d.ts +1 -0
- package/src/drop-down-tree/dropdowntree.component.js +10 -1
- package/src/list-box/listbox.component.d.ts +1 -0
- package/src/list-box/listbox.component.js +10 -1
- package/src/multi-select/multiselect.component.d.ts +1 -0
- package/src/multi-select/multiselect.component.js +10 -1
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +1 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +1 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +1 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +1 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
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@20.1.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-yDOmdAyDUkCYCamg2y1GqqLoZc8R2prlkzGgiwIsN0h8I1QLgL7Kij260ewQkrtP2Oqga15TnfWToCuZp6Atbg==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.1.47.tgz",
|
|
23
|
+
"_shasum": "ee2f0df0684bdefc5af713b2f1437e152d4c36ee",
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.50",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.1.50",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.1.49"
|
|
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": "
|
|
70
|
+
"version": "20.1.50",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -31,6 +31,7 @@ export declare class AutoCompleteComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
addItem(items: undefined[] | undefined | string | boolean | number | string[] | boolean[] | number[], itemIndex?: number): void;
|
|
35
36
|
clear(): void;
|
|
36
37
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
@@ -58,6 +58,7 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
AutoCompleteComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
AutoCompleteComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
AutoCompleteComponent.prototype.addItem = function (items, itemIndex) {
|
|
158
162
|
return this.ej2Instances.addItem(items, itemIndex);
|
|
159
163
|
};
|
|
@@ -197,7 +201,12 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
|
|
|
197
201
|
,Options({
|
|
198
202
|
props: props,
|
|
199
203
|
watch: watch,
|
|
200
|
-
emits: emitProbs
|
|
204
|
+
emits: emitProbs,
|
|
205
|
+
provide: function provide() {
|
|
206
|
+
return {
|
|
207
|
+
custom: this.custom
|
|
208
|
+
};
|
|
209
|
+
}
|
|
201
210
|
})
|
|
202
211
|
], AutoCompleteComponent);
|
|
203
212
|
return AutoCompleteComponent;
|
|
@@ -31,6 +31,7 @@ export declare class ComboBoxComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
addItem(items: undefined[] | undefined | string | boolean | number | string[] | boolean[] | number[], itemIndex?: number): void;
|
|
35
36
|
clear(): void;
|
|
36
37
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
@@ -58,6 +58,7 @@ var ComboBoxComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
ComboBoxComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var ComboBoxComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
ComboBoxComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
ComboBoxComponent.prototype.addItem = function (items, itemIndex) {
|
|
158
162
|
return this.ej2Instances.addItem(items, itemIndex);
|
|
159
163
|
};
|
|
@@ -197,7 +201,12 @@ var ComboBoxComponent = /** @class */ (function (_super) {
|
|
|
197
201
|
,Options({
|
|
198
202
|
props: props,
|
|
199
203
|
watch: watch,
|
|
200
|
-
emits: emitProbs
|
|
204
|
+
emits: emitProbs,
|
|
205
|
+
provide: function provide() {
|
|
206
|
+
return {
|
|
207
|
+
custom: this.custom
|
|
208
|
+
};
|
|
209
|
+
}
|
|
201
210
|
})
|
|
202
211
|
], ComboBoxComponent);
|
|
203
212
|
return ComboBoxComponent;
|
|
@@ -31,6 +31,7 @@ export declare class DropDownListComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
addItem(items: undefined[] | undefined | string | boolean | number | string[] | boolean[] | number[], itemIndex?: number): void;
|
|
35
36
|
clear(): void;
|
|
36
37
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
@@ -58,6 +58,7 @@ var DropDownListComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
DropDownListComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var DropDownListComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
DropDownListComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
DropDownListComponent.prototype.addItem = function (items, itemIndex) {
|
|
158
162
|
return this.ej2Instances.addItem(items, itemIndex);
|
|
159
163
|
};
|
|
@@ -197,7 +201,12 @@ var DropDownListComponent = /** @class */ (function (_super) {
|
|
|
197
201
|
,Options({
|
|
198
202
|
props: props,
|
|
199
203
|
watch: watch,
|
|
200
|
-
emits: emitProbs
|
|
204
|
+
emits: emitProbs,
|
|
205
|
+
provide: function provide() {
|
|
206
|
+
return {
|
|
207
|
+
custom: this.custom
|
|
208
|
+
};
|
|
209
|
+
}
|
|
201
210
|
})
|
|
202
211
|
], DropDownListComponent);
|
|
203
212
|
return DropDownListComponent;
|
|
@@ -31,6 +31,7 @@ export declare class DropDownTreeComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
clear(): void;
|
|
35
36
|
ensureVisible(item: string | Object): void;
|
|
36
37
|
getData(item?: string | Object): undefined[];
|
|
@@ -58,6 +58,7 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
DropDownTreeComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
DropDownTreeComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
DropDownTreeComponent.prototype.clear = function () {
|
|
158
162
|
return this.ej2Instances.clear();
|
|
159
163
|
};
|
|
@@ -185,7 +189,12 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
|
|
|
185
189
|
,Options({
|
|
186
190
|
props: props,
|
|
187
191
|
watch: watch,
|
|
188
|
-
emits: emitProbs
|
|
192
|
+
emits: emitProbs,
|
|
193
|
+
provide: function provide() {
|
|
194
|
+
return {
|
|
195
|
+
custom: this.custom
|
|
196
|
+
};
|
|
197
|
+
}
|
|
189
198
|
})
|
|
190
199
|
], DropDownTreeComponent);
|
|
191
200
|
return DropDownTreeComponent;
|
|
@@ -31,6 +31,7 @@ export declare class ListBoxComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
addItems(items: Object[] | Object, itemIndex?: number): void;
|
|
35
36
|
enableItems(items: string[], enable: boolean, isValue?: boolean): void;
|
|
36
37
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
@@ -58,6 +58,7 @@ var ListBoxComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
ListBoxComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var ListBoxComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
ListBoxComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
ListBoxComponent.prototype.addItems = function (items, itemIndex) {
|
|
158
162
|
return this.ej2Instances.addItems(items, itemIndex);
|
|
159
163
|
};
|
|
@@ -221,7 +225,12 @@ var ListBoxComponent = /** @class */ (function (_super) {
|
|
|
221
225
|
,Options({
|
|
222
226
|
props: props,
|
|
223
227
|
watch: watch,
|
|
224
|
-
emits: emitProbs
|
|
228
|
+
emits: emitProbs,
|
|
229
|
+
provide: function provide() {
|
|
230
|
+
return {
|
|
231
|
+
custom: this.custom
|
|
232
|
+
};
|
|
233
|
+
}
|
|
225
234
|
})
|
|
226
235
|
], ListBoxComponent);
|
|
227
236
|
return ListBoxComponent;
|
|
@@ -31,6 +31,7 @@ export declare class MultiSelectComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
+
custom(): void;
|
|
34
35
|
addItem(items: undefined[] | undefined | string | boolean | number | string[] | boolean[] | number[], itemIndex?: number): void;
|
|
35
36
|
clear(): void;
|
|
36
37
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
@@ -58,6 +58,7 @@ var MultiSelectComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
+
_this.updated = _this.updated;
|
|
61
62
|
return _this;
|
|
62
63
|
}
|
|
63
64
|
MultiSelectComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -154,6 +155,9 @@ var MultiSelectComponent = /** @class */ (function (_super) {
|
|
|
154
155
|
}
|
|
155
156
|
return h('input', slots);
|
|
156
157
|
};
|
|
158
|
+
MultiSelectComponent.prototype.custom = function () {
|
|
159
|
+
this.updated();
|
|
160
|
+
};
|
|
157
161
|
MultiSelectComponent.prototype.addItem = function (items, itemIndex) {
|
|
158
162
|
return this.ej2Instances.addItem(items, itemIndex);
|
|
159
163
|
};
|
|
@@ -203,7 +207,12 @@ var MultiSelectComponent = /** @class */ (function (_super) {
|
|
|
203
207
|
,Options({
|
|
204
208
|
props: props,
|
|
205
209
|
watch: watch,
|
|
206
|
-
emits: emitProbs
|
|
210
|
+
emits: emitProbs,
|
|
211
|
+
provide: function provide() {
|
|
212
|
+
return {
|
|
213
|
+
custom: this.custom
|
|
214
|
+
};
|
|
215
|
+
}
|
|
207
216
|
})
|
|
208
217
|
], MultiSelectComponent);
|
|
209
218
|
return MultiSelectComponent;
|
|
@@ -89,6 +89,13 @@
|
|
|
89
89
|
color: #adb5bd;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
93
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
96
|
+
background: #343a40;
|
|
97
|
+
}
|
|
98
|
+
|
|
92
99
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
93
100
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
94
101
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -89,6 +89,13 @@
|
|
|
89
89
|
color: #6c757d;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
93
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
96
|
+
background: #e9ecef;
|
|
97
|
+
}
|
|
98
|
+
|
|
92
99
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
93
100
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
94
101
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 1px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-popup.e-ddl .e-input-group {
|
|
8
|
+
width: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-popup.e-ddl .e-input-group input {
|
|
12
|
+
line-height: 15px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
16
|
+
min-height: 26px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
20
|
+
display: -ms-flexbox;
|
|
21
|
+
display: flex;
|
|
22
|
+
width: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
26
|
+
border: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
30
|
+
margin-top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
line-height: 32px;
|
|
36
|
+
padding-left: 0;
|
|
37
|
+
text-indent: 16px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
41
|
+
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
line-height: 32px;
|
|
44
|
+
padding-left: 0;
|
|
45
|
+
text-indent: 16px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
49
|
+
min-height: 40px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
53
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
54
|
+
background: transparent;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
58
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
59
|
+
background: #1b1a19;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
63
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
64
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
65
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
66
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
67
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
68
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
69
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
70
|
+
background: none;
|
|
71
|
+
color: #a19f9d;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
75
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
76
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
77
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
78
|
+
background: transparent;
|
|
79
|
+
color: #a19f9d;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
84
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
85
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
86
|
+
border: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
90
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
91
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
92
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
93
|
+
box-shadow: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
97
|
+
background: none;
|
|
98
|
+
display: -ms-flexbox;
|
|
99
|
+
display: flex;
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
104
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
105
|
+
background: #252423;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
113
|
+
font-size: 16px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
117
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
118
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
119
|
+
font-size: 14px;
|
|
120
|
+
line-height: 34px;
|
|
121
|
+
padding-left: 0;
|
|
122
|
+
text-indent: 16px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
126
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
127
|
+
height: 30px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
131
|
+
min-height: 34px;
|
|
132
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark.scss';
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 1px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-popup.e-ddl .e-input-group {
|
|
8
|
+
width: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-popup.e-ddl .e-input-group input {
|
|
12
|
+
line-height: 15px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
16
|
+
min-height: 26px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
20
|
+
display: -ms-flexbox;
|
|
21
|
+
display: flex;
|
|
22
|
+
width: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
26
|
+
border: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
30
|
+
margin-top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
line-height: 32px;
|
|
36
|
+
padding-left: 0;
|
|
37
|
+
text-indent: 16px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
41
|
+
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
line-height: 32px;
|
|
44
|
+
padding-left: 0;
|
|
45
|
+
text-indent: 16px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
49
|
+
min-height: 40px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
53
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
54
|
+
background: transparent;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
58
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
59
|
+
background: #fff;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
63
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
64
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
65
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
66
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
67
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
68
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
69
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
70
|
+
background: none;
|
|
71
|
+
color: #605e5c;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
75
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
76
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
77
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
78
|
+
background: transparent;
|
|
79
|
+
color: #605e5c;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
84
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
85
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
86
|
+
border: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
90
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
91
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
92
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
93
|
+
box-shadow: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
97
|
+
background: none;
|
|
98
|
+
display: -ms-flexbox;
|
|
99
|
+
display: flex;
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
104
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
105
|
+
background: #fff;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
113
|
+
font-size: 16px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
117
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
118
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
119
|
+
font-size: 14px;
|
|
120
|
+
line-height: 34px;
|
|
121
|
+
padding-left: 0;
|
|
122
|
+
text-indent: 16px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
126
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
127
|
+
height: 30px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
131
|
+
min-height: 34px;
|
|
132
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent.scss';
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
.e-popup.e-ddl .e-dropdownbase {
|
|
55
55
|
min-height: 26px;
|
|
56
|
+
padding: 4px 0;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
@@ -77,24 +78,6 @@
|
|
|
77
78
|
background-color: #374151;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
81
|
-
margin: 0;
|
|
82
|
-
min-height: 12px;
|
|
83
|
-
min-width: 12px;
|
|
84
|
-
padding: 6px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
88
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
89
|
-
min-height: 16px;
|
|
90
|
-
min-width: 16px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
94
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
95
|
-
padding: 8px 16px 8px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
81
|
.e-input-group.e-ddl,
|
|
99
82
|
.e-input-group.e-ddl .e-input,
|
|
100
83
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -106,45 +89,6 @@
|
|
|
106
89
|
border-bottom-width: 0;
|
|
107
90
|
}
|
|
108
91
|
|
|
109
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
110
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
111
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
112
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
113
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
114
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
115
|
-
margin: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
119
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
120
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
121
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
122
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
123
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
124
|
-
padding: 5px 5px 5px 12px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
128
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
129
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
130
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
131
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
132
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
133
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
134
|
-
min-height: 18px;
|
|
135
|
-
min-width: 18px;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
139
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
140
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
141
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
142
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
143
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
144
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
145
|
-
padding: 8px 16px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
92
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
149
93
|
padding: 4px 8px;
|
|
150
94
|
}
|