@syncfusion/ej2-querybuilder 24.1.44 → 24.1.46

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-querybuilder.min.js +2 -2
  3. package/dist/ej2-querybuilder.umd.min.js +2 -2
  4. package/dist/ej2-querybuilder.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-querybuilder.es2015.js +24 -14
  6. package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
  7. package/dist/es6/ej2-querybuilder.es5.js +24 -14
  8. package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
  9. package/dist/global/ej2-querybuilder.min.js +2 -2
  10. package/dist/global/ej2-querybuilder.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +10 -10
  13. package/src/query-builder/query-builder-model.d.ts +1 -1
  14. package/src/query-builder/query-builder.d.ts +2 -1
  15. package/src/query-builder/query-builder.js +24 -14
  16. package/styles/bootstrap-dark.css +4 -0
  17. package/styles/bootstrap.css +4 -0
  18. package/styles/bootstrap4.css +4 -0
  19. package/styles/bootstrap5-dark.css +4 -0
  20. package/styles/bootstrap5.css +4 -0
  21. package/styles/fabric-dark.css +4 -0
  22. package/styles/fabric.css +4 -0
  23. package/styles/fluent-dark.css +4 -0
  24. package/styles/fluent.css +4 -0
  25. package/styles/highcontrast-light.css +4 -0
  26. package/styles/highcontrast.css +4 -0
  27. package/styles/material-dark.css +4 -0
  28. package/styles/material.css +4 -0
  29. package/styles/material3-dark.css +4 -0
  30. package/styles/material3.css +4 -0
  31. package/styles/query-builder/_layout.scss +4 -0
  32. package/styles/query-builder/bootstrap-dark.css +4 -0
  33. package/styles/query-builder/bootstrap.css +4 -0
  34. package/styles/query-builder/bootstrap4.css +4 -0
  35. package/styles/query-builder/bootstrap5-dark.css +4 -0
  36. package/styles/query-builder/bootstrap5.css +4 -0
  37. package/styles/query-builder/fabric-dark.css +4 -0
  38. package/styles/query-builder/fabric.css +4 -0
  39. package/styles/query-builder/fluent-dark.css +4 -0
  40. package/styles/query-builder/fluent.css +4 -0
  41. package/styles/query-builder/highcontrast-light.css +4 -0
  42. package/styles/query-builder/highcontrast.css +4 -0
  43. package/styles/query-builder/material-dark.css +4 -0
  44. package/styles/query-builder/material.css +4 -0
  45. package/styles/query-builder/material3-dark.css +4 -0
  46. package/styles/query-builder/material3.css +4 -0
  47. package/styles/query-builder/tailwind-dark.css +4 -0
  48. package/styles/query-builder/tailwind.css +4 -0
  49. package/styles/tailwind-dark.css +4 -0
  50. package/styles/tailwind.css +4 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.44
3
+ * version : 24.1.46
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.43",
3
+ "_id": "@syncfusion/ej2-querybuilder@24.1.45",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K+jJLnmyfqTGcOJ77i3KB0oMNYVcLUMhQnbu4rH+/veGZPSxmK+ZrL+ekHeSv68yt89QAuFvFEplBgTMrKgEWA==",
5
+ "_integrity": "sha512-+xdLK0gGzzt1MqOgHqlnCsbUQ/PV1eJBa+Odh55OPXPDO5srjz4zkC1hCl2w2FeDXTdS9AdqWD19upNx9j/5Xg==",
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-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.1.43.tgz",
27
- "_shasum": "0733a9e410306bf334fd32159098a3c5a8c01d10",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.1.45.tgz",
27
+ "_shasum": "8f45f3aaa215be779a7add9521f31c36de344123",
28
28
  "_spec": "@syncfusion/ej2-querybuilder@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
30
30
  "author": {
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "bundleDependencies": false,
34
34
  "dependencies": {
35
- "@syncfusion/ej2-base": "~24.1.42",
36
- "@syncfusion/ej2-buttons": "~24.1.41",
35
+ "@syncfusion/ej2-base": "~24.1.46",
36
+ "@syncfusion/ej2-buttons": "~24.1.46",
37
37
  "@syncfusion/ej2-calendars": "~24.1.44",
38
- "@syncfusion/ej2-dropdowns": "~24.1.44",
39
- "@syncfusion/ej2-inputs": "~24.1.41",
40
- "@syncfusion/ej2-splitbuttons": "~24.1.44"
38
+ "@syncfusion/ej2-dropdowns": "~24.1.46",
39
+ "@syncfusion/ej2-inputs": "~24.1.45",
40
+ "@syncfusion/ej2-splitbuttons": "~24.1.46"
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": "24.1.44",
69
+ "version": "24.1.46",
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, 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, TooltipEventArgs, 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 } 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
 
@@ -302,6 +302,7 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
302
302
  private isDestroy;
303
303
  private isGetNestedData;
304
304
  private isCustomOprCols;
305
+ private dummyDropdownTreeDs;
305
306
  /**
306
307
  * Triggers when the component is created.
307
308
  *
@@ -511,6 +512,7 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
511
512
  private appendRuleElem;
512
513
  private addRuleElement;
513
514
  private addRuleSuccessCallBack;
515
+ private updateDropdowntreeDS;
514
516
  private updateAddedRule;
515
517
  private changeRuleTemplate;
516
518
  private renderToolTip;
@@ -541,7 +543,6 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
541
543
  private filterValue;
542
544
  private changeValueSuccessCallBack;
543
545
  private fieldClose;
544
- private onSelectField;
545
546
  private changeField;
546
547
  private changeRule;
547
548
  private changeFilter;
@@ -291,7 +291,8 @@ var QueryBuilder = /** @class */ (function (_super) {
291
291
  if (categories.indexOf(columns[i].category) < 0) {
292
292
  categories.push(columns[i].category);
293
293
  }
294
- if (!columns[i].operators || (this.isLocale && this.isCustomOprCols.indexOf(columns[i].field) !== 0)) {
294
+ if (!columns[i].operators ||
295
+ (this.isLocale && this.isCustomOprCols.indexOf(columns[i].field) !== 0)) {
295
296
  columns[i].operators = this.customOperators[columns[i].type + 'Operator'];
296
297
  }
297
298
  }
@@ -727,13 +728,16 @@ var QueryBuilder = /** @class */ (function (_super) {
727
728
  else {
728
729
  var ddlField = void 0;
729
730
  var ddlValue = this.isImportRules ? rule.field : rule.field;
731
+ this.dummyDropdownTreeDs = extend([], this.columns, [], true);
732
+ this.updateDropdowntreeDS(this.dummyDropdownTreeDs);
730
733
  ddlField = {
731
- fields: { dataSource: this.columns,
732
- value: 'field', text: 'label', child: 'columns', expanded: 'expanded' },
734
+ fields: { dataSource: this.dummyDropdownTreeDs,
735
+ value: 'field', text: 'label', child: 'columns', expanded: 'expanded', selectable: 'selectable' },
733
736
  placeholder: this.l10n.getConstant('SelectField'), showClearButton: false,
734
737
  popupHeight: ((this.columns.length > 5) ? height : 'auto'), changeOnBlur: false,
735
738
  change: this.changeField.bind(this), value: !isNullOrUndefined(ddlValue) ? [ddlValue] : null,
736
- open: this.popupOpen.bind(this, false), treeSettings: { expandOn: 'Click' }, select: this.onSelectField
739
+ open: this.popupOpen.bind(this, false), treeSettings: { expandOn: 'Click' },
740
+ cssClass: 'e-qb-ddt'
737
741
  };
738
742
  if (this.fieldModel) {
739
743
  ddlField = __assign({}, ddlField, this.fieldModel);
@@ -761,6 +765,14 @@ var QueryBuilder = /** @class */ (function (_super) {
761
765
  }
762
766
  }
763
767
  };
768
+ QueryBuilder.prototype.updateDropdowntreeDS = function (columns) {
769
+ for (var i = 0; i < columns.length; i++) {
770
+ if (columns[parseInt(i.toString(), 10)].type === 'object') {
771
+ columns[parseInt(i.toString(), 10)].selectable = false;
772
+ this.updateDropdowntreeDS(columns[parseInt(i.toString(), 10)].columns);
773
+ }
774
+ }
775
+ };
764
776
  QueryBuilder.prototype.updateAddedRule = function (target, rule, newRule, isRuleTemplate, pId) {
765
777
  var ruleElem;
766
778
  var index = 0;
@@ -820,7 +832,7 @@ var QueryBuilder = /** @class */ (function (_super) {
820
832
  };
821
833
  QueryBuilder.prototype.renderToolTip = function (element) {
822
834
  var tooltip = new Tooltip({ content: this.l10n.getConstant('ValidationMessage'),
823
- position: 'BottomCenter', cssClass: 'e-querybuilder-error', afterClose: function (args) {
835
+ position: 'BottomCenter', cssClass: 'e-querybuilder-error', afterClose: function () {
824
836
  tooltip.destroy();
825
837
  } });
826
838
  tooltip.appendTo(element);
@@ -1147,7 +1159,8 @@ var QueryBuilder = /** @class */ (function (_super) {
1147
1159
  var groupHdr = groupElem.querySelector('.e-group-header');
1148
1160
  if (this.headerTemplate) {
1149
1161
  args = { requestType: 'header-template-initialize', ruleID: groupElem.id,
1150
- notCondition: this.enableNotCondition ? not : undefined, condition: condition, rule: this.getRuleCollection(rule, true), groupID: groupID };
1162
+ notCondition: this.enableNotCondition ? not : undefined,
1163
+ condition: condition, rule: this.getRuleCollection(rule, true), groupID: groupID };
1151
1164
  this.trigger('actionBegin', args);
1152
1165
  this.headerFn = this.templateParser(this.headerTemplate);
1153
1166
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -1422,12 +1435,6 @@ var QueryBuilder = /** @class */ (function (_super) {
1422
1435
  }
1423
1436
  this.isFieldChange = false;
1424
1437
  };
1425
- QueryBuilder.prototype.onSelectField = function (args) {
1426
- if (args.itemData.hasChildren) {
1427
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
1428
- this.showPopup();
1429
- }
1430
- };
1431
1438
  QueryBuilder.prototype.changeField = function (args) {
1432
1439
  if (args.isInteracted) {
1433
1440
  if (isNullOrUndefined(args.value)) {
@@ -2600,7 +2607,7 @@ var QueryBuilder = /** @class */ (function (_super) {
2600
2607
  var valElemColl = this.columnTemplateFn(args, this, ruleID, templateID);
2601
2608
  valElem = (valElemColl[0].nodeType === 3) ? valElemColl[1] : valElemColl[0];
2602
2609
  target.nextElementSibling.appendChild(valElem);
2603
- }
2610
+ } // eslint-disable-next-line @typescript-eslint/no-explicit-any
2604
2611
  else if (this.isVue3) {
2605
2612
  valElem = this.columnTemplateFn(args, this, 'Template', templateID);
2606
2613
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -3299,7 +3306,7 @@ var QueryBuilder = /** @class */ (function (_super) {
3299
3306
  this.element.style.height = this.height;
3300
3307
  break;
3301
3308
  case 'rule':
3302
- if (this.rule.rules.length == 0 && !isNullOrUndefined(this.rule)) {
3309
+ if (this.rule.rules.length === 0 && !isNullOrUndefined(this.rule)) {
3303
3310
  this.reset();
3304
3311
  }
3305
3312
  this.setProperties({ rule: newProp.rule }, true);
@@ -3817,6 +3824,9 @@ var QueryBuilder = /** @class */ (function (_super) {
3817
3824
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
3818
3825
  rule.custom = customObj;
3819
3826
  }
3827
+ if ((rule.operator === 'in' || rule.operator === 'notin') && rule.value && rule.value.length === 0) {
3828
+ rule = {};
3829
+ }
3820
3830
  }
3821
3831
  else {
3822
3832
  rule = {};
@@ -525,6 +525,10 @@
525
525
  border-top: 8px solid;
526
526
  }
527
527
 
528
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
529
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
530
+ }
531
+
528
532
  .e-dropdown-popup .e-addgroup {
529
533
  float: right;
530
534
  }
@@ -518,6 +518,10 @@
518
518
  border-top: 8px solid;
519
519
  }
520
520
 
521
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
522
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+
521
525
  .e-dropdown-popup .e-addgroup {
522
526
  float: right;
523
527
  }
@@ -628,6 +628,10 @@
628
628
  border-top: 8px solid;
629
629
  }
630
630
 
631
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
632
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
633
+ }
634
+
631
635
  .e-dropdown-popup .e-addgroup {
632
636
  float: right;
633
637
  }
@@ -569,6 +569,10 @@
569
569
  border-top: 8px solid;
570
570
  }
571
571
 
572
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
573
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
574
+ }
575
+
572
576
  .e-dropdown-popup .e-addgroup {
573
577
  float: right;
574
578
  }
@@ -569,6 +569,10 @@
569
569
  border-top: 8px solid;
570
570
  }
571
571
 
572
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
573
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
574
+ }
575
+
572
576
  .e-dropdown-popup .e-addgroup {
573
577
  float: right;
574
578
  }
@@ -492,6 +492,10 @@
492
492
  border-top: 8px solid;
493
493
  }
494
494
 
495
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
496
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
497
+ }
498
+
495
499
  .e-dropdown-popup .e-addgroup {
496
500
  float: right;
497
501
  }
package/styles/fabric.css CHANGED
@@ -480,6 +480,10 @@
480
480
  border-top: 8px solid;
481
481
  }
482
482
 
483
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
484
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
485
+ }
486
+
483
487
  .e-dropdown-popup .e-addgroup {
484
488
  float: right;
485
489
  }
@@ -549,6 +549,10 @@
549
549
  border-top: 8px solid;
550
550
  }
551
551
 
552
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
553
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
554
+ }
555
+
552
556
  .e-dropdown-popup .e-addgroup {
553
557
  float: right;
554
558
  }
package/styles/fluent.css CHANGED
@@ -549,6 +549,10 @@
549
549
  border-top: 8px solid;
550
550
  }
551
551
 
552
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
553
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
554
+ }
555
+
552
556
  .e-dropdown-popup .e-addgroup {
553
557
  float: right;
554
558
  }
@@ -564,6 +564,10 @@
564
564
  border-top: 8px solid;
565
565
  }
566
566
 
567
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
568
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
569
+ }
570
+
567
571
  .e-dropdown-popup .e-addgroup {
568
572
  float: right;
569
573
  }
@@ -571,6 +571,10 @@
571
571
  border-top: 8px solid;
572
572
  }
573
573
 
574
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
575
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
576
+ }
577
+
574
578
  .e-dropdown-popup .e-addgroup {
575
579
  float: right;
576
580
  }
@@ -493,6 +493,10 @@
493
493
  border-top: 8px solid;
494
494
  }
495
495
 
496
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
497
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
498
+ }
499
+
496
500
  .e-dropdown-popup .e-addgroup {
497
501
  float: right;
498
502
  }
@@ -518,6 +518,10 @@
518
518
  border-top: 8px solid;
519
519
  }
520
520
 
521
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
522
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+
521
525
  .e-dropdown-popup .e-addgroup {
522
526
  float: right;
523
527
  }
@@ -593,6 +593,10 @@
593
593
  border-top: 8px solid;
594
594
  }
595
595
 
596
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
597
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
598
+ }
599
+
596
600
  .e-dropdown-popup .e-addgroup {
597
601
  float: right;
598
602
  }
@@ -649,6 +649,10 @@
649
649
  border-top: 8px solid;
650
650
  }
651
651
 
652
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
653
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+
652
656
  .e-dropdown-popup .e-addgroup {
653
657
  float: right;
654
658
  }
@@ -575,6 +575,10 @@
575
575
  border-top: $qrybldr-val-error-border;
576
576
  }
577
577
 
578
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
579
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
580
+ }
581
+
578
582
  .e-dropdown-popup {
579
583
 
580
584
  & .e-addgroup {
@@ -525,6 +525,10 @@
525
525
  border-top: 8px solid;
526
526
  }
527
527
 
528
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
529
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
530
+ }
531
+
528
532
  .e-dropdown-popup .e-addgroup {
529
533
  float: right;
530
534
  }
@@ -518,6 +518,10 @@
518
518
  border-top: 8px solid;
519
519
  }
520
520
 
521
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
522
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+
521
525
  .e-dropdown-popup .e-addgroup {
522
526
  float: right;
523
527
  }
@@ -628,6 +628,10 @@
628
628
  border-top: 8px solid;
629
629
  }
630
630
 
631
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
632
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
633
+ }
634
+
631
635
  .e-dropdown-popup .e-addgroup {
632
636
  float: right;
633
637
  }
@@ -569,6 +569,10 @@
569
569
  border-top: 8px solid;
570
570
  }
571
571
 
572
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
573
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
574
+ }
575
+
572
576
  .e-dropdown-popup .e-addgroup {
573
577
  float: right;
574
578
  }
@@ -569,6 +569,10 @@
569
569
  border-top: 8px solid;
570
570
  }
571
571
 
572
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
573
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
574
+ }
575
+
572
576
  .e-dropdown-popup .e-addgroup {
573
577
  float: right;
574
578
  }
@@ -492,6 +492,10 @@
492
492
  border-top: 8px solid;
493
493
  }
494
494
 
495
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
496
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
497
+ }
498
+
495
499
  .e-dropdown-popup .e-addgroup {
496
500
  float: right;
497
501
  }
@@ -480,6 +480,10 @@
480
480
  border-top: 8px solid;
481
481
  }
482
482
 
483
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
484
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
485
+ }
486
+
483
487
  .e-dropdown-popup .e-addgroup {
484
488
  float: right;
485
489
  }
@@ -549,6 +549,10 @@
549
549
  border-top: 8px solid;
550
550
  }
551
551
 
552
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
553
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
554
+ }
555
+
552
556
  .e-dropdown-popup .e-addgroup {
553
557
  float: right;
554
558
  }
@@ -549,6 +549,10 @@
549
549
  border-top: 8px solid;
550
550
  }
551
551
 
552
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
553
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
554
+ }
555
+
552
556
  .e-dropdown-popup .e-addgroup {
553
557
  float: right;
554
558
  }
@@ -564,6 +564,10 @@
564
564
  border-top: 8px solid;
565
565
  }
566
566
 
567
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
568
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
569
+ }
570
+
567
571
  .e-dropdown-popup .e-addgroup {
568
572
  float: right;
569
573
  }
@@ -571,6 +571,10 @@
571
571
  border-top: 8px solid;
572
572
  }
573
573
 
574
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
575
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
576
+ }
577
+
574
578
  .e-dropdown-popup .e-addgroup {
575
579
  float: right;
576
580
  }
@@ -493,6 +493,10 @@
493
493
  border-top: 8px solid;
494
494
  }
495
495
 
496
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
497
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
498
+ }
499
+
496
500
  .e-dropdown-popup .e-addgroup {
497
501
  float: right;
498
502
  }
@@ -518,6 +518,10 @@
518
518
  border-top: 8px solid;
519
519
  }
520
520
 
521
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
522
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+
521
525
  .e-dropdown-popup .e-addgroup {
522
526
  float: right;
523
527
  }
@@ -593,6 +593,10 @@
593
593
  border-top: 8px solid;
594
594
  }
595
595
 
596
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
597
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
598
+ }
599
+
596
600
  .e-dropdown-popup .e-addgroup {
597
601
  float: right;
598
602
  }
@@ -649,6 +649,10 @@
649
649
  border-top: 8px solid;
650
650
  }
651
651
 
652
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
653
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+
652
656
  .e-dropdown-popup .e-addgroup {
653
657
  float: right;
654
658
  }
@@ -514,6 +514,10 @@
514
514
  border-top: 8px solid;
515
515
  }
516
516
 
517
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
518
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
519
+ }
520
+
517
521
  .e-dropdown-popup .e-addgroup {
518
522
  float: right;
519
523
  }
@@ -514,6 +514,10 @@
514
514
  border-top: 8px solid;
515
515
  }
516
516
 
517
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
518
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
519
+ }
520
+
517
521
  .e-dropdown-popup .e-addgroup {
518
522
  float: right;
519
523
  }
@@ -514,6 +514,10 @@
514
514
  border-top: 8px solid;
515
515
  }
516
516
 
517
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
518
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
519
+ }
520
+
517
521
  .e-dropdown-popup .e-addgroup {
518
522
  float: right;
519
523
  }
@@ -514,6 +514,10 @@
514
514
  border-top: 8px solid;
515
515
  }
516
516
 
517
+ .e-qb-ddt.e-ddt .e-prevent .e-fullrow {
518
+ cursor: default !important; /* stylelint-disable-line declaration-no-important */
519
+ }
520
+
517
521
  .e-dropdown-popup .e-addgroup {
518
522
  float: right;
519
523
  }