@syncfusion/ej2-querybuilder 22.1.34 → 22.1.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 +16 -0
- package/dist/ej2-querybuilder.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js +2 -2
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +33 -11
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +33 -11
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +2 -2
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/query-builder/query-builder-model.d.ts +1 -1
- package/src/query-builder/query-builder.d.ts +2 -0
- package/src/query-builder/query-builder.js +33 -11
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +28 -22
- package/styles/material3.css +28 -22
- package/styles/query-builder/_layout.scss +13 -11
- package/styles/query-builder/bootstrap-dark.css +1 -1
- package/styles/query-builder/bootstrap.css +1 -1
- package/styles/query-builder/bootstrap4.css +1 -1
- package/styles/query-builder/bootstrap5-dark.css +1 -1
- package/styles/query-builder/bootstrap5.css +1 -1
- package/styles/query-builder/fluent-dark.css +1 -1
- package/styles/query-builder/fluent.css +1 -1
- package/styles/query-builder/material-dark.css +1 -1
- package/styles/query-builder/material.css +1 -1
- package/styles/query-builder/material3-dark.css +28 -22
- package/styles/query-builder/material3.css +28 -22
- package/styles/query-builder/tailwind-dark.css +1 -1
- package/styles/query-builder/tailwind.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-querybuilder@
|
|
3
|
+
"_id": "@syncfusion/ej2-querybuilder@22.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-BL0SprQUGgMKHHIKF/ZgUiTIKZoBzT5UFhqMTKGQTgspS3e3dtR/Iv4CJ7VsiJ8oXUQGxtQx3opsHurVWm4tYw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-querybuilder",
|
|
24
24
|
"/@syncfusion/ej2-vue-querybuilder"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-22.1.37.tgz",
|
|
27
|
+
"_shasum": "dabf79810a9fde386bdf7abdfcb5a16ac1d00c31",
|
|
28
28
|
"_spec": "@syncfusion/ej2-querybuilder@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"bundleDependencies": false,
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@syncfusion/ej2-base": "~22.1.
|
|
36
|
-
"@syncfusion/ej2-buttons": "~22.1.
|
|
37
|
-
"@syncfusion/ej2-calendars": "~22.1.
|
|
38
|
-
"@syncfusion/ej2-dropdowns": "~22.1.
|
|
39
|
-
"@syncfusion/ej2-inputs": "~22.1.
|
|
40
|
-
"@syncfusion/ej2-splitbuttons": "~22.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~22.1.38",
|
|
36
|
+
"@syncfusion/ej2-buttons": "~22.1.38",
|
|
37
|
+
"@syncfusion/ej2-calendars": "~22.1.38",
|
|
38
|
+
"@syncfusion/ej2-dropdowns": "~22.1.38",
|
|
39
|
+
"@syncfusion/ej2-inputs": "~22.1.38",
|
|
40
|
+
"@syncfusion/ej2-splitbuttons": "~22.1.37"
|
|
41
41
|
},
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"description": "Essential JS 2 QueryBuilder",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/querybuilder"
|
|
67
67
|
},
|
|
68
68
|
"typings": "index.d.ts",
|
|
69
|
-
"version": "22.1.
|
|
69
|
+
"version": "22.1.38",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
72
72
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser, compile, append } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection, cldrData } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs, getUniqueID, select } from '@syncfusion/ej2-base';import { Button, CheckBox, RadioButton, ChangeEventArgs as ButtonChangeEventArgs, RadioButtonModel } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection, DropDownTreeModel, DropDownTree } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs, MultiSelectModel, DropDownListModel } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { TextBoxModel, NumericTextBoxModel } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs, DatePickerModel } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { compile as templateCompiler } from '@syncfusion/ej2-base';
|
|
1
|
+
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser, compile, append } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection, cldrData } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs, getUniqueID, select } from '@syncfusion/ej2-base';import { Button, CheckBox, RadioButton, ChangeEventArgs as ButtonChangeEventArgs, RadioButtonModel } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection, DropDownTreeModel, DropDownTree, DdtSelectEventArgs } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs, MultiSelectModel, DropDownListModel } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { TextBoxModel, NumericTextBoxModel } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs, DatePickerModel } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { compile as templateCompiler } from '@syncfusion/ej2-base';
|
|
2
2
|
import {TemplateColumn,Validation,FormatObject,ActionEventArgs,ChangeEventArgs,RuleChangeEventArgs,FieldMode,DisplayMode,SortDirection} from "./query-builder";
|
|
3
3
|
import {ComponentModel} from '@syncfusion/ej2-base';
|
|
4
4
|
|
|
@@ -541,6 +541,7 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
|
|
|
541
541
|
private filterValue;
|
|
542
542
|
private changeValueSuccessCallBack;
|
|
543
543
|
private fieldClose;
|
|
544
|
+
private onSelectField;
|
|
544
545
|
private changeField;
|
|
545
546
|
private changeRule;
|
|
546
547
|
private changeFilter;
|
|
@@ -861,4 +862,5 @@ export interface ActionEventArgs extends BaseEventArgs {
|
|
|
861
862
|
condition?: string;
|
|
862
863
|
notCondition?: boolean;
|
|
863
864
|
renderTemplate?: boolean;
|
|
865
|
+
groupID?: string;
|
|
864
866
|
}
|
|
@@ -729,7 +729,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
729
729
|
placeholder: this.l10n.getConstant('SelectField'), showClearButton: false,
|
|
730
730
|
popupHeight: ((this.columns.length > 5) ? height : 'auto'), changeOnBlur: false,
|
|
731
731
|
change: this.changeField.bind(this), value: !isNullOrUndefined(ddlValue) ? [ddlValue] : null,
|
|
732
|
-
open: this.popupOpen.bind(this, false)
|
|
732
|
+
open: this.popupOpen.bind(this, false), treeSettings: { expandOn: 'Click' }, select: this.onSelectField
|
|
733
733
|
};
|
|
734
734
|
if (this.fieldModel) {
|
|
735
735
|
ddlField = __assign({}, ddlField, this.fieldModel);
|
|
@@ -1023,17 +1023,24 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1023
1023
|
if (!args.cancel && (this.element.querySelectorAll('.e-group-container').length <= this.maxGroupCount)) {
|
|
1024
1024
|
var target = eventTarget;
|
|
1025
1025
|
var dltGroupBtn = void 0;
|
|
1026
|
+
var groupID = '';
|
|
1027
|
+
if (target.className.indexOf('e-group-container') < 0) {
|
|
1028
|
+
groupID = target.querySelector('.e-group-container') && target.querySelector('.e-group-container').id;
|
|
1029
|
+
}
|
|
1030
|
+
else {
|
|
1031
|
+
groupID = target.id;
|
|
1032
|
+
}
|
|
1026
1033
|
var groupElem = this.groupElem.cloneNode(true);
|
|
1027
1034
|
groupElem.setAttribute('id', this.element.id + '_group' + this.groupIdCounter);
|
|
1028
1035
|
if (this.headerTemplate) {
|
|
1029
1036
|
if (isRoot) {
|
|
1030
1037
|
isGroup = false;
|
|
1031
1038
|
groupElem.setAttribute('id', this.element.id + '_group0');
|
|
1032
|
-
this.headerTemplateFn(groupElem, not, condition, rule);
|
|
1039
|
+
this.headerTemplateFn(groupElem, not, condition, rule, groupID);
|
|
1033
1040
|
this.groupIdCounter = 0;
|
|
1034
1041
|
}
|
|
1035
1042
|
else {
|
|
1036
|
-
this.headerTemplateFn(groupElem, not, condition, rule);
|
|
1043
|
+
this.headerTemplateFn(groupElem, not, condition, rule, groupID);
|
|
1037
1044
|
}
|
|
1038
1045
|
}
|
|
1039
1046
|
this.groupIdCounter++;
|
|
@@ -1127,14 +1134,14 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1127
1134
|
}
|
|
1128
1135
|
}
|
|
1129
1136
|
};
|
|
1130
|
-
QueryBuilder.prototype.headerTemplateFn = function (groupElem, not, condition, rule) {
|
|
1137
|
+
QueryBuilder.prototype.headerTemplateFn = function (groupElem, not, condition, rule, groupID) {
|
|
1131
1138
|
var template;
|
|
1132
1139
|
var templateID = this.element.id + '_header';
|
|
1133
1140
|
var args;
|
|
1134
1141
|
var groupHdr = groupElem.querySelector('.e-group-header');
|
|
1135
1142
|
if (this.headerTemplate) {
|
|
1136
1143
|
args = { requestType: 'header-template-initialize', ruleID: groupElem.id,
|
|
1137
|
-
notCondition: this.enableNotCondition ? not : undefined, condition: condition, rule: this.getRuleCollection(rule, true) };
|
|
1144
|
+
notCondition: this.enableNotCondition ? not : undefined, condition: condition, rule: this.getRuleCollection(rule, true), groupID: groupID };
|
|
1138
1145
|
this.trigger('actionBegin', args);
|
|
1139
1146
|
this.headerFn = this.templateParser(this.headerTemplate);
|
|
1140
1147
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -1396,6 +1403,12 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1396
1403
|
}
|
|
1397
1404
|
this.isFieldChange = false;
|
|
1398
1405
|
};
|
|
1406
|
+
QueryBuilder.prototype.onSelectField = function (args) {
|
|
1407
|
+
if (args.itemData.hasChildren) {
|
|
1408
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1409
|
+
this.showPopup();
|
|
1410
|
+
}
|
|
1411
|
+
};
|
|
1399
1412
|
QueryBuilder.prototype.changeField = function (args) {
|
|
1400
1413
|
if (args.isInteracted) {
|
|
1401
1414
|
if (isNullOrUndefined(args.value)) {
|
|
@@ -1419,7 +1432,8 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1419
1432
|
}
|
|
1420
1433
|
else {
|
|
1421
1434
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1422
|
-
|
|
1435
|
+
var result = this.getLabelFromColumn(args.oldValue[0]);
|
|
1436
|
+
ddtElem.value = result;
|
|
1423
1437
|
}
|
|
1424
1438
|
return;
|
|
1425
1439
|
}
|
|
@@ -3760,7 +3774,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
3760
3774
|
rule.value = null;
|
|
3761
3775
|
}
|
|
3762
3776
|
}
|
|
3763
|
-
if ((this.isRefreshed && this.enablePersistence) || (
|
|
3777
|
+
if ((this.isRefreshed && this.enablePersistence) || (rule.field !== '' && rule.operator !== '' && (rule.value !== '' &&
|
|
3764
3778
|
rule.value !== undefined)) || (customObj && customObj.isQuestion)) {
|
|
3765
3779
|
var condition = rule.condition;
|
|
3766
3780
|
rule = {
|
|
@@ -3800,6 +3814,10 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
3800
3814
|
else {
|
|
3801
3815
|
rule = { 'condition': rule.condition, 'rules': rule.rules };
|
|
3802
3816
|
}
|
|
3817
|
+
if (customObj) {
|
|
3818
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3819
|
+
rule.custom = customObj;
|
|
3820
|
+
}
|
|
3803
3821
|
if (rule.rules.length === 0) {
|
|
3804
3822
|
rule = {};
|
|
3805
3823
|
}
|
|
@@ -4574,8 +4592,11 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4574
4592
|
}
|
|
4575
4593
|
}
|
|
4576
4594
|
if (j !== jLen - 1) {
|
|
4577
|
-
|
|
4578
|
-
|
|
4595
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
4596
|
+
var rule = rules.rules[j];
|
|
4597
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
4598
|
+
if (condition === '' || (rule && rule.condition !== '' && rule.custom && rule.custom.isCustom)) {
|
|
4599
|
+
condition = rule.condition;
|
|
4579
4600
|
}
|
|
4580
4601
|
condition = sqlLocale ? this.l10n.getConstant(condition.toUpperCase()).toUpperCase() : condition.toUpperCase();
|
|
4581
4602
|
queryStr += ' ' + condition + ' ';
|
|
@@ -4723,7 +4744,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4723
4744
|
// eslint-disable-next-line
|
|
4724
4745
|
if (/^`?([a-z_][a-z0-9_.\[\]\(\)]{0,}(\:(number|float|string|date|boolean))?)`?/i.exec(sqlString)) {
|
|
4725
4746
|
// eslint-disable-next-line
|
|
4726
|
-
matchValue = /^`?([a-
|
|
4747
|
+
matchValue = /^`?([a-zåäö_][a-z0-9åäö_.\[\]\(\)]{0,}(\:(number|float|string|date|boolean))?)`?/i.exec(sqlString)[1];
|
|
4727
4748
|
this.parser.push(['Literal', matchValue]);
|
|
4728
4749
|
return matchValue.length;
|
|
4729
4750
|
}
|
|
@@ -4919,7 +4940,8 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4919
4940
|
var isLeftOpened = false;
|
|
4920
4941
|
for (var i = 0, iLen = parser.length; i < iLen; i++) {
|
|
4921
4942
|
if (parser[i][0] === 'Literal') {
|
|
4922
|
-
|
|
4943
|
+
var column = this.getColumn(parser[i][1]);
|
|
4944
|
+
rule = { label: (column && column.label) ? column.label : parser[i][1], field: parser[i][1] };
|
|
4923
4945
|
if (parser[i + 1][0] === 'SubOperators') {
|
|
4924
4946
|
if (parser[i + 1][1].indexOf('null') > -1 || parser[i + 1][1].indexOf('empty') > -1) {
|
|
4925
4947
|
rule.operator = this.getOperator(' ', parser[i + 1][1], sqlLocale);
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
183
183
|
border-bottom-left-radius: 0;
|
|
184
184
|
border-top-left-radius: 0;
|
|
185
|
-
border-top-right-radius:
|
|
185
|
+
border-top-right-radius: 0;
|
|
186
186
|
}
|
|
187
187
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
188
188
|
border-bottom-right-radius: 4px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
181
181
|
border-bottom-left-radius: 0;
|
|
182
182
|
border-top-left-radius: 0;
|
|
183
|
-
border-top-right-radius:
|
|
183
|
+
border-top-right-radius: 0;
|
|
184
184
|
}
|
|
185
185
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
186
186
|
border-bottom-right-radius: 4px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
261
261
|
border-bottom-left-radius: 0;
|
|
262
262
|
border-top-left-radius: 0;
|
|
263
|
-
border-top-right-radius:
|
|
263
|
+
border-top-right-radius: 0;
|
|
264
264
|
}
|
|
265
265
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
266
266
|
border-bottom-right-radius: 4px;
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
231
231
|
border-bottom-left-radius: 0;
|
|
232
232
|
border-top-left-radius: 0;
|
|
233
|
-
border-top-right-radius:
|
|
233
|
+
border-top-right-radius: 0;
|
|
234
234
|
}
|
|
235
235
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
236
236
|
border-bottom-right-radius: 4px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
231
231
|
border-bottom-left-radius: 0;
|
|
232
232
|
border-top-left-radius: 0;
|
|
233
|
-
border-top-right-radius:
|
|
233
|
+
border-top-right-radius: 0;
|
|
234
234
|
}
|
|
235
235
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
236
236
|
border-bottom-right-radius: 4px;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
211
211
|
border-bottom-left-radius: 0;
|
|
212
212
|
border-top-left-radius: 0;
|
|
213
|
-
border-top-right-radius:
|
|
213
|
+
border-top-right-radius: 0;
|
|
214
214
|
}
|
|
215
215
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
216
216
|
border-bottom-right-radius: 4px;
|
package/styles/fluent.css
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
211
211
|
border-bottom-left-radius: 0;
|
|
212
212
|
border-top-left-radius: 0;
|
|
213
|
-
border-top-right-radius:
|
|
213
|
+
border-top-right-radius: 0;
|
|
214
214
|
}
|
|
215
215
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
216
216
|
border-bottom-right-radius: 4px;
|
package/styles/material-dark.css
CHANGED
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
157
157
|
border-bottom-left-radius: 0;
|
|
158
158
|
border-top-left-radius: 0;
|
|
159
|
-
border-top-right-radius:
|
|
159
|
+
border-top-right-radius: 0;
|
|
160
160
|
}
|
|
161
161
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
162
162
|
border-bottom-right-radius: 2px;
|
package/styles/material.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
182
182
|
border-bottom-left-radius: 0;
|
|
183
183
|
border-top-left-radius: 0;
|
|
184
|
-
border-top-right-radius:
|
|
184
|
+
border-top-right-radius: 0;
|
|
185
185
|
}
|
|
186
186
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
187
187
|
border-bottom-right-radius: 2px;
|
|
@@ -115,21 +115,26 @@
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
118
|
-
margin:
|
|
119
|
-
min-height:
|
|
120
|
-
min-width:
|
|
121
|
-
padding: 6px;
|
|
118
|
+
margin: 0 6px;
|
|
119
|
+
min-height: 30px;
|
|
120
|
+
min-width: 30px;
|
|
122
121
|
}
|
|
123
122
|
|
|
124
123
|
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
125
124
|
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
126
|
-
min-height:
|
|
127
|
-
min-width:
|
|
125
|
+
min-height: 38px;
|
|
126
|
+
min-width: 38px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
130
|
+
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
131
|
+
min-height: 22px;
|
|
132
|
+
min-width: 22px;
|
|
128
133
|
}
|
|
129
134
|
|
|
130
135
|
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
131
136
|
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
132
|
-
padding:
|
|
137
|
+
padding: 4px 16px 4px 0;
|
|
133
138
|
}
|
|
134
139
|
|
|
135
140
|
.e-input-group.e-ddl,
|
|
@@ -149,7 +154,7 @@
|
|
|
149
154
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
150
155
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
151
156
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
152
|
-
margin:
|
|
157
|
+
margin: 4px;
|
|
153
158
|
}
|
|
154
159
|
|
|
155
160
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
@@ -158,7 +163,7 @@
|
|
|
158
163
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
159
164
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
160
165
|
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
161
|
-
padding:
|
|
166
|
+
padding: 4px 5px 4px 12px;
|
|
162
167
|
}
|
|
163
168
|
|
|
164
169
|
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
@@ -168,8 +173,8 @@
|
|
|
168
173
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
169
174
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
170
175
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
171
|
-
min-height:
|
|
172
|
-
min-width:
|
|
176
|
+
min-height: 34px;
|
|
177
|
+
min-width: 34px;
|
|
173
178
|
}
|
|
174
179
|
|
|
175
180
|
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
@@ -182,6 +187,10 @@
|
|
|
182
187
|
padding: 8px 16px;
|
|
183
188
|
}
|
|
184
189
|
|
|
190
|
+
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
191
|
+
margin: 0 4px;
|
|
192
|
+
}
|
|
193
|
+
|
|
185
194
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
186
195
|
padding: 4px 8px;
|
|
187
196
|
}
|
|
@@ -220,8 +229,6 @@
|
|
|
220
229
|
}
|
|
221
230
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
222
231
|
border: 1px solid var(--color-sf-outline);
|
|
223
|
-
border-bottom-left-radius: 20px;
|
|
224
|
-
border-top-left-radius: 20px;
|
|
225
232
|
}
|
|
226
233
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
|
|
227
234
|
border-bottom-left-radius: 20px;
|
|
@@ -237,9 +244,10 @@
|
|
|
237
244
|
}
|
|
238
245
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
239
246
|
border: 1px solid var(--color-sf-outline);
|
|
240
|
-
border-bottom-
|
|
241
|
-
border-
|
|
242
|
-
border-top-
|
|
247
|
+
border-bottom-right-radius: 4px;
|
|
248
|
+
border-bottom-left-radius: 0;
|
|
249
|
+
border-top-left-radius: 0;
|
|
250
|
+
border-top-right-radius: 4px;
|
|
243
251
|
}
|
|
244
252
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
245
253
|
border-bottom-right-radius: 20px;
|
|
@@ -338,8 +346,8 @@
|
|
|
338
346
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small {
|
|
339
347
|
border: 1px solid var(--color-sf-outline);
|
|
340
348
|
border-bottom-right-radius: 20px;
|
|
341
|
-
border-bottom-left-radius:
|
|
342
|
-
border-top-left-radius:
|
|
349
|
+
border-bottom-left-radius: 4px;
|
|
350
|
+
border-top-left-radius: 4px;
|
|
343
351
|
border-top-right-radius: 20px;
|
|
344
352
|
}
|
|
345
353
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
@@ -361,6 +369,8 @@
|
|
|
361
369
|
}
|
|
362
370
|
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
363
371
|
border: 1px solid var(--color-sf-outline);
|
|
372
|
+
border-bottom-right-radius: 0;
|
|
373
|
+
border-top-right-radius: 0;
|
|
364
374
|
border-bottom-left-radius: 0;
|
|
365
375
|
border-top-left-radius: 0;
|
|
366
376
|
}
|
|
@@ -373,10 +383,6 @@
|
|
|
373
383
|
}
|
|
374
384
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small {
|
|
375
385
|
border: 1px solid var(--color-sf-outline);
|
|
376
|
-
border-bottom-right-radius: 20px;
|
|
377
|
-
border-top-right-radius: 20px;
|
|
378
|
-
border-bottom-left-radius: 0;
|
|
379
|
-
border-top-left-radius: 0;
|
|
380
386
|
}
|
|
381
387
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
|
|
382
388
|
border-bottom-left-radius: 20px;
|
package/styles/material3.css
CHANGED
|
@@ -171,21 +171,26 @@
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
174
|
-
margin:
|
|
175
|
-
min-height:
|
|
176
|
-
min-width:
|
|
177
|
-
padding: 6px;
|
|
174
|
+
margin: 0 6px;
|
|
175
|
+
min-height: 30px;
|
|
176
|
+
min-width: 30px;
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
181
180
|
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
182
|
-
min-height:
|
|
183
|
-
min-width:
|
|
181
|
+
min-height: 38px;
|
|
182
|
+
min-width: 38px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
186
|
+
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
187
|
+
min-height: 22px;
|
|
188
|
+
min-width: 22px;
|
|
184
189
|
}
|
|
185
190
|
|
|
186
191
|
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
187
192
|
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
188
|
-
padding:
|
|
193
|
+
padding: 4px 16px 4px 0;
|
|
189
194
|
}
|
|
190
195
|
|
|
191
196
|
.e-input-group.e-ddl,
|
|
@@ -205,7 +210,7 @@
|
|
|
205
210
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
206
211
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
207
212
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
208
|
-
margin:
|
|
213
|
+
margin: 4px;
|
|
209
214
|
}
|
|
210
215
|
|
|
211
216
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
@@ -214,7 +219,7 @@
|
|
|
214
219
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
215
220
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
216
221
|
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
217
|
-
padding:
|
|
222
|
+
padding: 4px 5px 4px 12px;
|
|
218
223
|
}
|
|
219
224
|
|
|
220
225
|
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
@@ -224,8 +229,8 @@
|
|
|
224
229
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
225
230
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
226
231
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
227
|
-
min-height:
|
|
228
|
-
min-width:
|
|
232
|
+
min-height: 34px;
|
|
233
|
+
min-width: 34px;
|
|
229
234
|
}
|
|
230
235
|
|
|
231
236
|
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
@@ -238,6 +243,10 @@
|
|
|
238
243
|
padding: 8px 16px;
|
|
239
244
|
}
|
|
240
245
|
|
|
246
|
+
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
247
|
+
margin: 0 4px;
|
|
248
|
+
}
|
|
249
|
+
|
|
241
250
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
242
251
|
padding: 4px 8px;
|
|
243
252
|
}
|
|
@@ -276,8 +285,6 @@
|
|
|
276
285
|
}
|
|
277
286
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
278
287
|
border: 1px solid var(--color-sf-outline);
|
|
279
|
-
border-bottom-left-radius: 20px;
|
|
280
|
-
border-top-left-radius: 20px;
|
|
281
288
|
}
|
|
282
289
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
|
|
283
290
|
border-bottom-left-radius: 20px;
|
|
@@ -293,9 +300,10 @@
|
|
|
293
300
|
}
|
|
294
301
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
295
302
|
border: 1px solid var(--color-sf-outline);
|
|
296
|
-
border-bottom-
|
|
297
|
-
border-
|
|
298
|
-
border-top-
|
|
303
|
+
border-bottom-right-radius: 4px;
|
|
304
|
+
border-bottom-left-radius: 0;
|
|
305
|
+
border-top-left-radius: 0;
|
|
306
|
+
border-top-right-radius: 4px;
|
|
299
307
|
}
|
|
300
308
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
301
309
|
border-bottom-right-radius: 20px;
|
|
@@ -394,8 +402,8 @@
|
|
|
394
402
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small {
|
|
395
403
|
border: 1px solid var(--color-sf-outline);
|
|
396
404
|
border-bottom-right-radius: 20px;
|
|
397
|
-
border-bottom-left-radius:
|
|
398
|
-
border-top-left-radius:
|
|
405
|
+
border-bottom-left-radius: 4px;
|
|
406
|
+
border-top-left-radius: 4px;
|
|
399
407
|
border-top-right-radius: 20px;
|
|
400
408
|
}
|
|
401
409
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
@@ -417,6 +425,8 @@
|
|
|
417
425
|
}
|
|
418
426
|
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
419
427
|
border: 1px solid var(--color-sf-outline);
|
|
428
|
+
border-bottom-right-radius: 0;
|
|
429
|
+
border-top-right-radius: 0;
|
|
420
430
|
border-bottom-left-radius: 0;
|
|
421
431
|
border-top-left-radius: 0;
|
|
422
432
|
}
|
|
@@ -429,10 +439,6 @@
|
|
|
429
439
|
}
|
|
430
440
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small {
|
|
431
441
|
border: 1px solid var(--color-sf-outline);
|
|
432
|
-
border-bottom-right-radius: 20px;
|
|
433
|
-
border-top-right-radius: 20px;
|
|
434
|
-
border-bottom-left-radius: 0;
|
|
435
|
-
border-top-left-radius: 0;
|
|
436
442
|
}
|
|
437
443
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
|
|
438
444
|
border-bottom-left-radius: 20px;
|
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
&.e-not {
|
|
17
17
|
@if $skin-name == 'Material3' {
|
|
18
18
|
border: 1px solid $secondary-outline-border;
|
|
19
|
-
border-bottom-left-radius: $qrybldr-btngrp-brdr-radius;
|
|
20
|
-
border-top-left-radius: $qrybldr-btngrp-brdr-radius;
|
|
21
19
|
}
|
|
22
20
|
@else {
|
|
23
21
|
border-bottom-right-radius: 0;
|
|
@@ -46,14 +44,16 @@
|
|
|
46
44
|
& .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
47
45
|
@if $skin-name == 'Material3' {
|
|
48
46
|
border: 1px solid $secondary-outline-border;
|
|
49
|
-
border-bottom-
|
|
50
|
-
border-
|
|
47
|
+
border-bottom-right-radius: 4px;
|
|
48
|
+
border-bottom-left-radius: 0;
|
|
49
|
+
border-top-left-radius: 0;
|
|
50
|
+
border-top-right-radius: 4px;
|
|
51
51
|
}
|
|
52
52
|
@else {
|
|
53
53
|
border-bottom-left-radius: 0;
|
|
54
54
|
border-top-left-radius: 0;
|
|
55
|
+
border-top-right-radius: 0;
|
|
55
56
|
}
|
|
56
|
-
border-top-right-radius: $qrybldr-btngrp-brdr-radius;
|
|
57
57
|
|
|
58
58
|
&.e-not-readonly {
|
|
59
59
|
border-bottom-right-radius: $qrybldr-btngrp-brdr-radius;
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
@if $skin-name == 'Material3' {
|
|
198
198
|
border: 1px solid $secondary-outline-border;
|
|
199
199
|
border-bottom-right-radius: $qrybldr-btngrp-brdr-radius;
|
|
200
|
-
border-bottom-left-radius:
|
|
201
|
-
border-top-left-radius:
|
|
200
|
+
border-bottom-left-radius: 4px;
|
|
201
|
+
border-top-left-radius: 4px;
|
|
202
202
|
border-top-right-radius: $qrybldr-btngrp-brdr-radius;
|
|
203
203
|
}
|
|
204
204
|
@else {
|
|
@@ -241,6 +241,8 @@
|
|
|
241
241
|
&.e-not {
|
|
242
242
|
@if $skin-name == 'Material3' {
|
|
243
243
|
border: 1px solid $secondary-outline-border;
|
|
244
|
+
border-bottom-right-radius: 0;
|
|
245
|
+
border-top-right-radius: 0;
|
|
244
246
|
}
|
|
245
247
|
border-bottom-left-radius: 0;
|
|
246
248
|
border-top-left-radius: 0;
|
|
@@ -259,11 +261,11 @@
|
|
|
259
261
|
& .e-btn.e-btngroup-or-lbl.e-small {
|
|
260
262
|
@if $skin-name == 'Material3' {
|
|
261
263
|
border: 1px solid $secondary-outline-border;
|
|
262
|
-
border-bottom-right-radius: 20px;
|
|
263
|
-
border-top-right-radius: 20px;
|
|
264
264
|
}
|
|
265
|
-
|
|
266
|
-
|
|
265
|
+
@else {
|
|
266
|
+
border-bottom-left-radius: 0;
|
|
267
|
+
border-top-left-radius: 0;
|
|
268
|
+
}
|
|
267
269
|
|
|
268
270
|
&.e-readonly-or-not {
|
|
269
271
|
border-bottom-left-radius: $qrybldr-btngrp-brdr-radius;
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
183
183
|
border-bottom-left-radius: 0;
|
|
184
184
|
border-top-left-radius: 0;
|
|
185
|
-
border-top-right-radius:
|
|
185
|
+
border-top-right-radius: 0;
|
|
186
186
|
}
|
|
187
187
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
188
188
|
border-bottom-right-radius: 4px;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
181
181
|
border-bottom-left-radius: 0;
|
|
182
182
|
border-top-left-radius: 0;
|
|
183
|
-
border-top-right-radius:
|
|
183
|
+
border-top-right-radius: 0;
|
|
184
184
|
}
|
|
185
185
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
186
186
|
border-bottom-right-radius: 4px;
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
261
261
|
border-bottom-left-radius: 0;
|
|
262
262
|
border-top-left-radius: 0;
|
|
263
|
-
border-top-right-radius:
|
|
263
|
+
border-top-right-radius: 0;
|
|
264
264
|
}
|
|
265
265
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
266
266
|
border-bottom-right-radius: 4px;
|