@syncfusion/ej2-querybuilder 19.4.38 → 19.4.40

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.
@@ -1,6 +1,15 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.38
3
+ * version : 19.4.40
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ /*!
11
+ * filename: index.d.ts
12
+ * version : 19.3.53
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
6
15
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-querybuilder@*",
3
- "_id": "@syncfusion/ej2-querybuilder@18.18.0",
3
+ "_id": "@syncfusion/ej2-querybuilder@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-V/1TAHOi/B44XRrDIv7wUSzU5mjecpLeCO9Xe1XrJM8KrIlWdwXNZiBx+emb4Ikd/OUqrHZH+AavlWBpt6jtCA==",
5
+ "_integrity": "sha512-mNLWl/HVA7Puoc6JI++8ofSnIVgIfMK+ncFg3SOFvAdAfj0r7Nz0hGeJfKL7p+2yU75Ila1dIQ8T/pbwAYcVmQ==",
6
6
  "_location": "/@syncfusion/ej2-querybuilder",
7
- "_phantomChildren": {},
7
+ "_phantomChildren": {
8
+ "@syncfusion/ej2-icons": "19.4.38",
9
+ "@syncfusion/ej2-lists": "19.3.53",
10
+ "@syncfusion/ej2-popups": "19.3.53"
11
+ },
8
12
  "_requested": {
9
13
  "type": "range",
10
14
  "registry": true,
@@ -23,8 +27,8 @@
23
27
  "/@syncfusion/ej2-react-querybuilder",
24
28
  "/@syncfusion/ej2-vue-querybuilder"
25
29
  ],
26
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.18.0.tgz",
27
- "_shasum": "f0660f48b9bcc0eda79e3a1f9cfad41a1b78c23b",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-19.3.53.tgz",
31
+ "_shasum": "a3b528db30e5b0c67ed6174ff167a113e96b7a25",
28
32
  "_spec": "@syncfusion/ej2-querybuilder@*",
29
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
34
  "author": {
@@ -35,9 +39,9 @@
35
39
  "@syncfusion/ej2-base": "~19.4.38",
36
40
  "@syncfusion/ej2-buttons": "~19.4.38",
37
41
  "@syncfusion/ej2-calendars": "~19.4.38",
38
- "@syncfusion/ej2-dropdowns": "~19.4.38",
42
+ "@syncfusion/ej2-dropdowns": "~19.4.40",
39
43
  "@syncfusion/ej2-inputs": "~19.4.38",
40
- "@syncfusion/ej2-splitbuttons": "~19.4.38"
44
+ "@syncfusion/ej2-splitbuttons": "~19.4.40"
41
45
  },
42
46
  "deprecated": false,
43
47
  "description": "Essential JS 2 QueryBuilder",
@@ -68,7 +72,7 @@
68
72
  "type": "git",
69
73
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/querybuilder"
70
74
  },
75
+ "sideEffects": false,
71
76
  "typings": "index.d.ts",
72
- "version": "19.4.38",
73
- "sideEffects": false
77
+ "version": "19.4.40"
74
78
  }
@@ -284,10 +284,6 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
284
284
  private isAddSuccess;
285
285
  private isNotValueChange;
286
286
  private isRoot;
287
- private prevItemData;
288
- private isFieldChange;
289
- private isFieldClose;
290
- private isDestroy;
291
287
  /**
292
288
  * Triggers when the component is created.
293
289
  *
@@ -525,7 +521,6 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
525
521
  private changeValue;
526
522
  private filterValue;
527
523
  private changeValueSuccessCallBack;
528
- private fieldClose;
529
524
  private changeField;
530
525
  private changeRule;
531
526
  private changeFilter;
@@ -746,7 +741,6 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
746
741
  private sqlParser;
747
742
  private parseSqlStrings;
748
743
  private checkLiteral;
749
- private checkNumberLiteral;
750
744
  private getOperator;
751
745
  private getTypeFromColumn;
752
746
  private processParser;
@@ -188,9 +188,6 @@ var QueryBuilder = /** @class */ (function (_super) {
188
188
  _this.isNotified = false;
189
189
  _this.isAddSuccess = false;
190
190
  _this.isNotValueChange = false;
191
- _this.isFieldChange = false;
192
- _this.isFieldClose = false;
193
- _this.isDestroy = false;
194
191
  MultiSelect.Inject(CheckBoxSelection);
195
192
  return _this;
196
193
  }
@@ -670,8 +667,8 @@ var QueryBuilder = /** @class */ (function (_super) {
670
667
  ddlField = {
671
668
  dataSource: this.columns,
672
669
  fields: this.fields, placeholder: this.l10n.getConstant('SelectField'),
673
- popupHeight: ((this.columns.length > 5) ? height : 'auto'), close: this.fieldClose.bind(this, ruleElem.id + '_filterkey'),
674
- change: this.changeField.bind(this), value: rule ? ddlValue : null, open: this.popupOpen.bind(this, true)
670
+ popupHeight: ((this.columns.length > 5) ? height : 'auto'),
671
+ change: this.changeField.bind(this), value: rule ? ddlValue : null, open: this.popupOpen.bind(this)
675
672
  };
676
673
  if (this.fieldModel) {
677
674
  ddlField = __assign({}, ddlField, this.fieldModel);
@@ -693,11 +690,11 @@ var QueryBuilder = /** @class */ (function (_super) {
693
690
  var ddlValue = this.isImportRules ? rule.field : rule.field;
694
691
  ddlField = {
695
692
  fields: { dataSource: this.columns,
696
- value: 'field', text: 'label', child: 'columns', expanded: 'expanded' },
693
+ value: "field", text: "label", child: 'columns', expanded: "expanded" },
697
694
  placeholder: this.l10n.getConstant('SelectField'), showClearButton: false,
698
695
  popupHeight: ((this.columns.length > 5) ? height : 'auto'), changeOnBlur: false,
699
696
  change: this.changeField.bind(this), value: this.isImportRules ? [ddlValue] : null,
700
- open: this.popupOpen.bind(this, false)
697
+ open: this.popupOpen.bind(this)
701
698
  };
702
699
  if (this.fieldModel) {
703
700
  ddlField = __assign({}, ddlField, this.fieldModel);
@@ -1300,38 +1297,21 @@ var QueryBuilder = /** @class */ (function (_super) {
1300
1297
  }
1301
1298
  }
1302
1299
  };
1303
- QueryBuilder.prototype.fieldClose = function (id) {
1304
- if (this.isFieldChange || this.isDestroy) {
1305
- return;
1306
- }
1307
- this.isFieldClose = true;
1308
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
1309
- var ddl = getComponent(id, 'dropdownlist');
1310
- var item = ddl.popupObj.element.querySelector('.e-active');
1311
- var itemData = ddl.getItemData();
1312
- ddl.value = itemData.value;
1313
- var customArgs = { element: ddl.element, value: itemData.value, isInteracted: true,
1314
- previousItemData: this.prevItemData, previousItem: null, item: item, itemData: itemData, event: null, e: null };
1315
- this.changeField(customArgs);
1316
- this.isFieldChange = false;
1317
- };
1318
1300
  QueryBuilder.prototype.changeField = function (args) {
1319
1301
  if (args.isInteracted) {
1320
- this.isFieldChange = true;
1321
- this.prevItemData = args.itemData;
1322
1302
  var fieldElem = closest(args.element, '.e-rule-filter') || closest(args.element, '.e-rule-sub-filter');
1323
1303
  var column = this.fieldMode === 'DropdownTree' ? this.getColumn(args.value[0]) : this.getColumn(args.value);
1324
1304
  if (this.fieldMode === 'DropdownTree' && fieldElem != null) {
1325
- var ddtElem = fieldElem.querySelector('.e-control');
1305
+ var ddtElem = fieldElem.querySelector(".e-control");
1326
1306
  var ddt = getComponent(ddtElem, 'dropdowntree');
1327
1307
  if (column) {
1328
- if (column.type === 'object') {
1308
+ if (column.type == 'object') {
1329
1309
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1330
1310
  ddt.value = args.oldValue;
1331
1311
  ddt.dataBind();
1332
1312
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1333
1313
  if (isNullOrUndefined(args.oldValue)) {
1334
- ddtElem.value = '';
1314
+ ddtElem.value = "";
1335
1315
  }
1336
1316
  else {
1337
1317
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -1497,7 +1477,7 @@ var QueryBuilder = /** @class */ (function (_super) {
1497
1477
  popupHeight: ((subFieldData.length > 5) ? height : 'auto'),
1498
1478
  change: this.changeField.bind(this),
1499
1479
  index: 0,
1500
- open: this.popupOpen.bind(this, false)
1480
+ open: this.popupOpen.bind(this)
1501
1481
  });
1502
1482
  dropDownList.appendTo('#' + ruleId + '_subfilterkey' + this.subFilterCounter);
1503
1483
  if (this.isImportRules) {
@@ -1618,7 +1598,7 @@ var QueryBuilder = /** @class */ (function (_super) {
1618
1598
  change: this.changeField.bind(this),
1619
1599
  index: 0,
1620
1600
  value: value,
1621
- open: this.popupOpen.bind(this, false)
1601
+ open: this.popupOpen.bind(this)
1622
1602
  };
1623
1603
  if (this.operatorModel) {
1624
1604
  ddlOperator = __assign({}, ddlOperator, this.operatorModel);
@@ -1637,13 +1617,10 @@ var QueryBuilder = /** @class */ (function (_super) {
1637
1617
  this.updateRules(ddlArgs.element, ddlArgs.item);
1638
1618
  }
1639
1619
  };
1640
- QueryBuilder.prototype.popupOpen = function (isField, args) {
1620
+ QueryBuilder.prototype.popupOpen = function (args) {
1641
1621
  if (this.enableRtl) {
1642
1622
  addClass([args.popup.element], 'e-rtl');
1643
1623
  }
1644
- if (isField) {
1645
- this.isFieldClose = false;
1646
- }
1647
1624
  };
1648
1625
  QueryBuilder.prototype.destroyControls = function (target, isRuleTemplate) {
1649
1626
  var element = isRuleTemplate ? target : target.nextElementSibling;
@@ -1836,7 +1813,7 @@ var QueryBuilder = /** @class */ (function (_super) {
1836
1813
  change: this.changeValue.bind(this, i),
1837
1814
  close: this.closePopup.bind(this, i),
1838
1815
  actionBegin: this.multiSelectOpen.bind(this, parentId + '_valuekey' + i),
1839
- open: this.popupOpen.bind(this, false)
1816
+ open: this.popupOpen.bind(this)
1840
1817
  };
1841
1818
  if (this.valueModel && this.valueModel.multiSelectModel) {
1842
1819
  multiSelectValue = __assign({}, multiSelectValue, this.valueModel.multiSelectModel);
@@ -2258,9 +2235,6 @@ var QueryBuilder = /** @class */ (function (_super) {
2258
2235
  return 0;
2259
2236
  };
2260
2237
  QueryBuilder.prototype.getPreviousItemData = function (prevItemData, column) {
2261
- if (this.isFieldClose && prevItemData) {
2262
- prevItemData = this.getColumn(prevItemData.value);
2263
- }
2264
2238
  if (column.template && prevItemData && Object.keys(prevItemData).length < 4) {
2265
2239
  prevItemData.template = column.template;
2266
2240
  }
@@ -2753,7 +2727,6 @@ var QueryBuilder = /** @class */ (function (_super) {
2753
2727
  * @returns {void}
2754
2728
  */
2755
2729
  QueryBuilder.prototype.destroy = function () {
2756
- this.isDestroy = true;
2757
2730
  var queryElement = this.element;
2758
2731
  if (!queryElement) {
2759
2732
  return;
@@ -2809,7 +2782,6 @@ var QueryBuilder = /** @class */ (function (_super) {
2809
2782
  this.clearQBTemplate();
2810
2783
  }
2811
2784
  classList(this.element, [], ['e-rtl', 'e-responsive', 'e-device']);
2812
- this.isDestroy = false;
2813
2785
  };
2814
2786
  /**
2815
2787
  * Adds single or multiple rules.
@@ -3595,9 +3567,6 @@ var QueryBuilder = /** @class */ (function (_super) {
3595
3567
  rule.not = notValue;
3596
3568
  }
3597
3569
  }
3598
- else if ((isNullOrUndefined(rule.condition)) && isNullOrUndefined(rule.rules)) {
3599
- rule = { 'label': '', 'field': '', 'operator': '', 'type': '', 'value': '' };
3600
- }
3601
3570
  else {
3602
3571
  if (this.enableNotCondition) {
3603
3572
  rule = { 'condition': rule.condition, 'rules': rule.rules, 'not': rule.not };
@@ -3781,7 +3750,7 @@ var QueryBuilder = /** @class */ (function (_super) {
3781
3750
  }
3782
3751
  }
3783
3752
  }
3784
- else if (!isNullOrUndefined(ruleColl[i].operator) && !isNullOrUndefined(ruleColl[i].operator.length)) {
3753
+ else if (ruleColl[i].operator.length) {
3785
3754
  var oper = ruleColl[i].operator.toLowerCase();
3786
3755
  var isDateFilter = false;
3787
3756
  var dateOperColl = ['equal', 'notequal', 'greaterthan', 'greaterthanorequal', 'lessthan', 'lessthanorequal'];
@@ -4485,12 +4454,6 @@ var QueryBuilder = /** @class */ (function (_super) {
4485
4454
  this.parser.push(['Literal', matchValue]);
4486
4455
  return matchValue.length + 2;
4487
4456
  }
4488
- // eslint-disable-next-line
4489
- if (this.checkNumberLiteral(sqlString)) {
4490
- matchValue = /^[0-9]+(\.[0-9]+)?/.exec(sqlString)[0];
4491
- this.parser.push(['Literal', matchValue]);
4492
- return matchValue.length;
4493
- }
4494
4457
  //String
4495
4458
  if (/^'((?:[^\\']+?|\\.|'')*)'(?!')/.exec(sqlString)) {
4496
4459
  matchValue = /^'((?:[^\\']+?|\\.|'')*)'(?!')/.exec(sqlString)[0];
@@ -4530,25 +4493,6 @@ var QueryBuilder = /** @class */ (function (_super) {
4530
4493
  }
4531
4494
  return false;
4532
4495
  };
4533
- QueryBuilder.prototype.checkNumberLiteral = function (sqlString) {
4534
- var lastParser = this.parser[this.parser.length - 1];
4535
- if (!lastParser) {
4536
- return true;
4537
- }
4538
- else {
4539
- if (/^[0-9]+(\.[0-9]+)?/.exec(sqlString)) {
4540
- var secParser = this.parser[this.parser.length - 2];
4541
- var betweenParser = this.parser[this.parser.length - 3];
4542
- if (lastParser[0] === 'Left' && (secParser && secParser[0] === 'Conditions')) {
4543
- return true;
4544
- }
4545
- if (lastParser[0] === 'Conditions' && (betweenParser && betweenParser[1].indexOf('between') < 0)) {
4546
- return true;
4547
- }
4548
- }
4549
- }
4550
- return false;
4551
- };
4552
4496
  QueryBuilder.prototype.getOperator = function (value, operator) {
4553
4497
  var operators = {
4554
4498
  '=': 'equal', '!=': 'notequal', '<': 'lessthan', '>': 'greaterthan', '<=': 'lessthanorequal',
@@ -69,11 +69,6 @@
69
69
  background: transparent;
70
70
  }
71
71
 
72
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
73
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
74
- background: #e9ecef;
75
- }
76
-
77
72
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
78
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
79
74
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,11 +65,6 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
- background: #343a40;
71
- }
72
-
73
68
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
74
69
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
75
70
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,11 +65,6 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
- background: #e9ecef;
71
- }
72
-
73
68
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
74
69
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
75
70
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -69,11 +69,6 @@
69
69
  background: transparent;
70
70
  }
71
71
 
72
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
73
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
74
- background: #e9ecef;
75
- }
76
-
77
72
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
78
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
79
74
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,11 +65,6 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
- background: #343a40;
71
- }
72
-
73
68
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
74
69
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
75
70
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -65,11 +65,6 @@
65
65
  background: transparent;
66
66
  }
67
67
 
68
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
- background: #e9ecef;
71
- }
72
-
73
68
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
74
69
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
75
70
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -1,63 +0,0 @@
1
- ### Bug description
2
-
3
- Clearly and concisely describe the problem or feature (this cannot be empty).
4
-
5
- ### Root cause
6
-
7
- Briefly describe the root cause and analysis of the problem.
8
- If there is an internal discussion on the forum, provide the link.
9
-
10
- ### Reason for not identifying earlier
11
-
12
- Find how it was missed in our earlier testing and development by analysing the below checklist. This will help prevent similar mistakes in the future.
13
-
14
- - [ ] Guidelines/documents are not followed
15
-
16
- - Common guidelines / Core team guideline
17
- - Specification document
18
- - Requirement document
19
-
20
- - [ ] Guidelines/documents are not given
21
-
22
-
23
- - Common guidelines / Core team guideline
24
- - Specification document
25
- - Requirement document
26
-
27
-
28
- ### Reason:
29
- Mention any one or more reasons from the above points.
30
-
31
- ### Action taken:
32
-
33
- What action did you take to avoid this in future?
34
-
35
- ### Related areas:
36
-
37
- Is there any other related areas also to be addressed?
38
-
39
-
40
- ### Is it a breaking issue?
41
-
42
- If it is a breaking issue, provide the commit detail which caused this break.
43
-
44
- ### Solution description
45
-
46
- Describe your code changes in detail for reviewers.
47
-
48
- ### Output screenshots
49
-
50
- Post the output screenshots if an UI is affected or added due to this bug.
51
-
52
- ### Areas affected and ensured
53
-
54
- List the areas affected by your code changes.
55
-
56
- ### Additional checklist
57
-
58
- - Did you run the automation against your fix?
59
- - Is there any API name change?
60
- - Is there any existing behavior change of other features due to this code change?
61
- - Does your new code introduce new warnings or binding errors?
62
- - Does your code pass all FxCop and StyleCop rules?
63
- - Did you record this case in the unit test or UI test?
@@ -1,39 +0,0 @@
1
- ### Feature description
2
-
3
- Clearly and concisely describe the problem or feature (this cannot be empty).
4
-
5
- ### Analysis and design
6
-
7
- If there is an external design, link to its project documentation area.
8
- If there is an internal discussion on the forum, provide the link.
9
-
10
- ### Solution description
11
-
12
- Describe your code changes in detail for reviewers.
13
-
14
- ### Output screenshots
15
-
16
- Post the output screenshots if an UI is affected or added due to this feature.
17
-
18
- ### Areas affected and ensured
19
-
20
- List the areas are affected by your code changes.
21
-
22
- ### Test cases
23
-
24
- Provide the unit testing written file details to understand the use cases considered in this implementation.
25
- If there is no TDD (if it’s not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
26
- Provide the test cases Excel file alone if the feature cannot be automated in any case.
27
-
28
- ### Test bed sample location
29
-
30
- Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
31
-
32
- ### Additional checklist
33
-
34
- - Did you run the automation against your fix?
35
- - Is there any API name change?
36
- - Is there any existing behavior change of other features due to this code change?
37
- - Does your new code introduce new warnings or binding errors?
38
- - Does your code pass all FxCop and StyleCop rules?
39
- - Did you record this case in the unit test or UI test?
@@ -1,107 +0,0 @@
1
- //layout variables
2
- $qrybldr-width: auto !default;
3
- $qrybldr-height: auto !default;
4
- $qrybldr-brdr: 1px solid !default;
5
- $qrybldr-btngrp-brdr: none !default;
6
- $grpcon-padding: 12px !default;
7
- $qrybldr-device-diaplay: inline-block !default;
8
- $group-action-margin: 12px !default;
9
- $group-action-mrgntop: 5px !default;
10
- $groupbody-paddingleft: 20px !default;
11
- $rulecon-height: auto !default;
12
- $rulecon-padding: 8px 0 8px 8px !default;
13
- $hrmode-ruledlt-mrgn: 12px !default;
14
- $vrmode-ruledlt-mrgnpos: absolute !default;
15
- $qrybldr-rulelist-grcon-float: right !default;
16
- $qrybldr-rulelist-grcon-width: 100% !default;
17
- $qrybldr-button-hide: none !default;
18
- $qrybldr-field: left !default;
19
- $ruledelete-margin: 8px !default;
20
- $radio-wrapper-margin: 15px !default;
21
- $qrybldr-group-container-margin-top: 12px !default;
22
- $qrybldr-group-container-margin-left: 0 !default;
23
- $qrybldr-posn-relative: relative !default;
24
- $rule-boxshadow: none !default;
25
- $qrybldr-rule-list-first-left: -12px !default;
26
- $qrybldr-rule-list-first-right: -12px !default;
27
- $qrybldr-rule-list-before-top: -10px !default;
28
- $qrybldr-rule-list-after-border: 0 0 0 2px !default;
29
- $qrybldr-rule-list-before-border: 0 0 2px 2px !default;
30
- $qrybldr-rule-list-rtl-after-border: 0 2px 0 0 !default;
31
- $qrybldr-rule-list-rtl-before-border: 0 2px 2px 0 !default;
32
- $qrybldr-rule-list-border-style: dotted !default;
33
- $before-border-height: calc(50% + 14px) !default;
34
- $after-border-height: calc(50% + 8px) !default;
35
- $qrybldr-add-icon: '\e805' !default;
36
- $qrybldr-delete-icon: '\e7e7' !default;
37
- $bigger-group-action-margin: 16px !default;
38
- $bigger-groupbody-paddingleft: 24px !default;
39
- $bigger-hrmode-ruledlt-mrgn: 15px !default;
40
- $bigger-rulecon-padding: 10px 0 10px 10px !default;
41
- $device-rule-padding: 15px 0 0 15px !default;
42
- $device-rule-padding-right: 15px !default;
43
- $bigger-ruledelete-marginleft: 10px !default;
44
- $qrybldr-rule-border: 1px solid !default;
45
- $qrybldr-rule-list-after-height: calc(100% - 17px) !default;
46
- $qrybldr-rule-list-height: 25px !default;
47
- $qrybldr-rule-list-top: 17px !default;
48
- $qrybldr-nav-width: 10px !default;
49
- $qrybldr-rule-container-after-height: calc(50% + 6px) !default;
50
- $qrybldr-rule-container-after-top: calc(50% - 3px) !default;
51
- $qrybldr-grpcon-brder-left: -11px !default;
52
- $bigger-rule-list-first-top: -14px !default;
53
- $qrybldr-rulecont-margin: -1px !default;
54
- $ruledelete-shadow: none !default;
55
- $device-rulecon-padding: 14px !default;
56
- $qrybldr-rulelist: 14px 0 14px 0 !default;
57
- $qrybldr-bigger-rulelist: 16px 0 16px 0 !default;
58
- $qrybldr-add-mrgn-btm: 2px !default;
59
- $device-rulecon-right-padding: 8px !default;
60
- $qrybldr-summary-padding: 12px !default;
61
- $qrybldr-summary-btn-padding: 12px !default;
62
- $qrybldr-bigger-summary-padding: 15px !default;
63
- $qrybldr-bigger-summary-btn-padding: 15px !default;
64
- $qrybldr-summary-text-width: 100% !default;
65
- $qrybldr-clspe-rule-pos: absolute !default;
66
- $qrybldr-btngrp-shadow: none !default;
67
- $qrybldr-multi-width: 190px !default;
68
- $qrybldr-device-value-width: 100% !default;
69
- $qrybldr-btngroup-display: inline-block !default;
70
- $qrybldr-grpcon-aftrbrder-left: -11px !default;
71
- $after-ruleborder-height: calc(50% + 10px) !default;
72
- $qrybldr-val-error-border: 8px solid !default;
73
- $biggerafter-ruleborder-height: calc(50% + 12px) !default;
74
- $qrybldr-bigger-rule-list-before-top: -12px !default;
75
- $qrybldr-rule-list-first-top: -11px !default;
76
- $qrybldr-collapse-rule-padding: 0 14px !default;
77
- $qrybldr-multi-maxwidth: 200px !default;
78
- $qrybldr-device-multi-maxwidth: 100% !default;
79
- $qrybldr-btn-left: 10px !default;
80
- $qrybldr-touch-btn-left: 14px !default;
81
- $qrybldr-collapse-font-size: 20px !default;
82
- $qrybldr-collapse-padding: 5px !default;
83
- $qrybldr-collapse-box-shadow: none !default;
84
- $qrybldr-collapse-txtarea-margin: 8px !default;
85
- $qrybldr-brdr-radius: 4px !default;
86
- $qrybldr-summary-line-height: 1.5em !default;
87
- $qrybldr-smrytxt-font-size: 14px !default;
88
- $qrybldr-bigger-smrytxt-font-size: 16px !default;
89
- $qrybldr-spinner-right: 5px !default;
90
- $qrybldr-spinner-left: auto !default;
91
- $qrybldr-rtl-spinner-right: auto !default;
92
- $qrybldr-rtl-spinner-left: 5px !default;
93
- $qrybldr-btngrp-brdr-radius: 4px !default;
94
- $qrybldr-btngroup-bgcolor: $primary !default;
95
- $qrybldr-btngroup-color: $primary-text-color !default;
96
- $qrybldr-color: $placeholder-text-color !default;
97
- $qrybldr-rule-list-border-color: $border-light !default;
98
- $qrybldr-btngroup-active-bgcolor: $primary !default;
99
- $qrybldr-btngroup-active-color: $primary-text-color !default;
100
- $groupborder-color: $border-light !default;
101
- $groupfill-color: $secondary-bg-color !default;
102
- $groupfill-bgcolor: $content-bg-color-alt1 !default;
103
- $qrybldr-brdr-color: $border-light !default;
104
- $qrybldr-bg-color: transparent !default;
105
- $qrybldr-val-error-bg-color: $danger-light !default;
106
- $qrybldr-val-error-color: $danger-bg-color !default;
107
- $qrybldr-collapse-brdr-color: $border-light !default;
@@ -1,8 +0,0 @@
1
- @include export-module('query-builder-fluent-icons') {
2
- .e-query-builder {
3
- & .e-collapse-rule::before {
4
- content: '\e853';
5
- }
6
- }
7
- }
8
-