@syncfusion/ej2-querybuilder 31.1.22 → 31.2.2
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/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 +13 -0
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +13 -0
- 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 +7 -7
- package/src/query-builder/query-builder-model.d.ts +7 -0
- package/src/query-builder/query-builder.d.ts +7 -0
- package/src/query-builder/query-builder.js +13 -0
- package/styles/bds-lite.css +1 -1
- package/styles/bds.css +1 -1
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +1 -1
- package/styles/fluent2.css +1 -1
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-lite.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark-lite.css +3 -3
- package/styles/material3-dark.css +3 -3
- package/styles/material3-lite.css +3 -3
- package/styles/material3.css +3 -3
- package/styles/query-builder/_bds-definition.scss +2 -0
- package/styles/query-builder/_bootstrap-dark-definition.scss +2 -2
- package/styles/query-builder/_bootstrap-definition.scss +2 -0
- package/styles/query-builder/_bootstrap4-definition.scss +2 -0
- package/styles/query-builder/_bootstrap5-definition.scss +2 -0
- package/styles/query-builder/_bootstrap5.3-definition.scss +2 -0
- package/styles/query-builder/_fabric-dark-definition.scss +2 -0
- package/styles/query-builder/_fabric-definition.scss +2 -0
- package/styles/query-builder/_fluent-definition.scss +2 -0
- package/styles/query-builder/_fluent2-definition.scss +2 -0
- package/styles/query-builder/_fusionnew-definition.scss +2 -0
- package/styles/query-builder/_highcontrast-definition.scss +2 -0
- package/styles/query-builder/_highcontrast-light-definition.scss +2 -0
- package/styles/query-builder/_material-dark-definition.scss +2 -0
- package/styles/query-builder/_material-definition.scss +2 -0
- package/styles/query-builder/_material3-definition.scss +2 -0
- package/styles/query-builder/_tailwind-definition.scss +2 -0
- package/styles/query-builder/_tailwind3-definition.scss +2 -0
- package/styles/query-builder/_theme.scss +3 -3
- package/styles/query-builder/bds.css +1 -1
- 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.3.css +1 -1
- package/styles/query-builder/bootstrap5.css +1 -1
- package/styles/query-builder/fabric-dark.css +1 -1
- package/styles/query-builder/fabric.css +1 -1
- package/styles/query-builder/fluent-dark.css +1 -1
- package/styles/query-builder/fluent.css +1 -1
- package/styles/query-builder/fluent2.css +1 -1
- package/styles/query-builder/highcontrast-light.css +1 -1
- package/styles/query-builder/highcontrast.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 +3 -3
- package/styles/query-builder/material3.css +3 -3
- package/styles/query-builder/tailwind-dark.css +1 -1
- package/styles/query-builder/tailwind.css +1 -1
- package/styles/query-builder/tailwind3.css +1 -1
- package/styles/tailwind-dark-lite.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind-lite.css +1 -1
- package/styles/tailwind.css +1 -1
- package/styles/tailwind3-lite.css +1 -1
- package/styles/tailwind3.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 31.
|
|
3
|
+
* version : 31.2.2
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-querybuilder",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.2.2",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-querybuilder.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~31.
|
|
12
|
-
"@syncfusion/ej2-buttons": "~31.
|
|
13
|
-
"@syncfusion/ej2-calendars": "~31.
|
|
14
|
-
"@syncfusion/ej2-dropdowns": "~31.
|
|
15
|
-
"@syncfusion/ej2-inputs": "~31.
|
|
16
|
-
"@syncfusion/ej2-splitbuttons": "~31.
|
|
11
|
+
"@syncfusion/ej2-base": "~31.2.2",
|
|
12
|
+
"@syncfusion/ej2-buttons": "~31.2.2",
|
|
13
|
+
"@syncfusion/ej2-calendars": "~31.2.2",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~31.2.2",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~31.2.2",
|
|
16
|
+
"@syncfusion/ej2-splitbuttons": "~31.2.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"keywords": [
|
|
@@ -285,6 +285,13 @@ export interface QueryBuilderModel extends ComponentModel{
|
|
|
285
285
|
*/
|
|
286
286
|
created?: EmitType<Event>;
|
|
287
287
|
|
|
288
|
+
/**
|
|
289
|
+
* Triggers when the component is destroyed.
|
|
290
|
+
*
|
|
291
|
+
* @event destroyed
|
|
292
|
+
*/
|
|
293
|
+
destroyed?: EmitType<Object>;
|
|
294
|
+
|
|
288
295
|
/**
|
|
289
296
|
* Triggers when field, operator, value is change.
|
|
290
297
|
*
|
|
@@ -349,6 +349,7 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
|
|
|
349
349
|
private isDragEventPrevent;
|
|
350
350
|
private isValueEmpty;
|
|
351
351
|
private isPropChange;
|
|
352
|
+
private isRuleClicked;
|
|
352
353
|
private ddTree;
|
|
353
354
|
/**
|
|
354
355
|
* Triggers when the component is created.
|
|
@@ -357,6 +358,12 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
|
|
|
357
358
|
* @blazorProperty 'Created'
|
|
358
359
|
*/
|
|
359
360
|
created: EmitType<Event>;
|
|
361
|
+
/**
|
|
362
|
+
* Triggers when the component is destroyed.
|
|
363
|
+
*
|
|
364
|
+
* @event destroyed
|
|
365
|
+
*/
|
|
366
|
+
destroyed: EmitType<Object>;
|
|
360
367
|
/**
|
|
361
368
|
* Triggers when field, operator, value is change.
|
|
362
369
|
*
|
|
@@ -219,6 +219,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
219
219
|
_this.cloneRuleBtnClick = false;
|
|
220
220
|
_this.isValueEmpty = false;
|
|
221
221
|
_this.isPropChange = false;
|
|
222
|
+
_this.isRuleClicked = false;
|
|
222
223
|
MultiSelect.Inject(CheckBoxSelection);
|
|
223
224
|
return _this;
|
|
224
225
|
}
|
|
@@ -583,6 +584,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
583
584
|
case target.className.indexOf('e-clone-rule-btn') > -1:
|
|
584
585
|
this.actionButton = target;
|
|
585
586
|
this.cloneRuleBtnClick = true;
|
|
587
|
+
this.isRuleClicked = true;
|
|
586
588
|
this.ruleClone(target);
|
|
587
589
|
break;
|
|
588
590
|
case target.className.indexOf('e-lock-rule-btn') > -1:
|
|
@@ -596,6 +598,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
596
598
|
case target.className.indexOf('e-clone-grp-btn') > -1:
|
|
597
599
|
this.actionButton = target;
|
|
598
600
|
this.cloneGrpBtnClick = true;
|
|
601
|
+
this.isRuleClicked = true;
|
|
599
602
|
this.groupClone(closest(target, '.e-group-container'));
|
|
600
603
|
break;
|
|
601
604
|
case target.className.indexOf('e-deletegroup') > -1:
|
|
@@ -755,9 +758,11 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
755
758
|
}
|
|
756
759
|
}
|
|
757
760
|
else if (event.element.children[0].className.indexOf('e-addrule') > -1) {
|
|
761
|
+
this.isRuleClicked = true;
|
|
758
762
|
this.addRuleElement(closest(target, '.e-group-container'), {});
|
|
759
763
|
}
|
|
760
764
|
else if (event.element.children[0].className.indexOf('e-addgroup') > -1) {
|
|
765
|
+
this.isRuleClicked = true;
|
|
761
766
|
this.addGroupElement(true, closest(target, '.e-group-container'), '', true);
|
|
762
767
|
}
|
|
763
768
|
};
|
|
@@ -959,6 +964,10 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
959
964
|
if (!this.isImportRules) {
|
|
960
965
|
this.updateAddedRule(trgt, rule, newRule, isRlTmp, pId, this.enableSeparateConnector ? true : null);
|
|
961
966
|
}
|
|
967
|
+
if (this.rule.condition === '' && (this.isRuleClicked || this.rule.rules.length > 1)) {
|
|
968
|
+
this.rule.condition = 'and';
|
|
969
|
+
}
|
|
970
|
+
this.isRuleClicked = false;
|
|
962
971
|
var ruleCount = this.rule.rules.length;
|
|
963
972
|
if (!column || (column && !column.ruleTemplate) || !rule.field) {
|
|
964
973
|
if (ruleCount > 20) {
|
|
@@ -4112,6 +4121,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4112
4121
|
}
|
|
4113
4122
|
classList(this.element, [], ['e-rtl', 'e-responsive', 'e-device']);
|
|
4114
4123
|
this.isDestroy = false;
|
|
4124
|
+
_super.prototype.destroy.call(this);
|
|
4115
4125
|
};
|
|
4116
4126
|
/**
|
|
4117
4127
|
* Adds single or multiple rules.
|
|
@@ -7510,6 +7520,9 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
7510
7520
|
__decorate([
|
|
7511
7521
|
Event()
|
|
7512
7522
|
], QueryBuilder.prototype, "created", void 0);
|
|
7523
|
+
__decorate([
|
|
7524
|
+
Event()
|
|
7525
|
+
], QueryBuilder.prototype, "destroyed", void 0);
|
|
7513
7526
|
__decorate([
|
|
7514
7527
|
Event()
|
|
7515
7528
|
], QueryBuilder.prototype, "actionBegin", void 0);
|
package/styles/bds-lite.css
CHANGED
package/styles/bds.css
CHANGED
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important; /* stylelint-disable-line declaration-no-important */
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
.querybuilder-spinner::before {
|
|
787
|
+
.e-querybuilder-spinner::before {
|
|
788
788
|
content: "";
|
|
789
789
|
position: absolute;
|
|
790
790
|
left: 50%;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important; /* stylelint-disable-line declaration-no-important */
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
.querybuilder-spinner::before {
|
|
787
|
+
.e-querybuilder-spinner::before {
|
|
788
788
|
content: "";
|
|
789
789
|
position: absolute;
|
|
790
790
|
left: 50%;
|
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric-lite.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent-lite.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2-lite.css
CHANGED
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
background: var(--color-sf-content-bg-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
.querybuilder-spinner::before {
|
|
779
|
+
.e-querybuilder-spinner::before {
|
|
780
780
|
content: "";
|
|
781
781
|
position: absolute;
|
|
782
782
|
left: 50%;
|
package/styles/fluent2.css
CHANGED
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
background: var(--color-sf-content-bg-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
.querybuilder-spinner::before {
|
|
779
|
+
.e-querybuilder-spinner::before {
|
|
780
780
|
content: "";
|
|
781
781
|
position: absolute;
|
|
782
782
|
left: 50%;
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material-lite.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
color: rgba(var(--color-sf-error));
|
|
744
744
|
}
|
|
745
745
|
|
|
746
|
-
.querybuilder-spinner::before {
|
|
746
|
+
.e-querybuilder-spinner::before {
|
|
747
747
|
content: "";
|
|
748
748
|
position: absolute;
|
|
749
749
|
left: 50%;
|
|
@@ -751,8 +751,8 @@
|
|
|
751
751
|
transform: translateX(-50%);
|
|
752
752
|
width: 16px;
|
|
753
753
|
height: 16px;
|
|
754
|
-
border: 2px solid var(--color-sf-primary-container);
|
|
755
|
-
border-top: 2px solid var(--color-sf-primary);
|
|
754
|
+
border: 2px solid rgba(var(--color-sf-primary-container));
|
|
755
|
+
border-top: 2px solid rgba(var(--color-sf-primary));
|
|
756
756
|
border-radius: 50%;
|
|
757
757
|
-webkit-animation: spin 1s linear infinite;
|
|
758
758
|
animation: spin 1s linear infinite;
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
color: rgba(var(--color-sf-error));
|
|
744
744
|
}
|
|
745
745
|
|
|
746
|
-
.querybuilder-spinner::before {
|
|
746
|
+
.e-querybuilder-spinner::before {
|
|
747
747
|
content: "";
|
|
748
748
|
position: absolute;
|
|
749
749
|
left: 50%;
|
|
@@ -751,8 +751,8 @@
|
|
|
751
751
|
transform: translateX(-50%);
|
|
752
752
|
width: 16px;
|
|
753
753
|
height: 16px;
|
|
754
|
-
border: 2px solid var(--color-sf-primary-container);
|
|
755
|
-
border-top: 2px solid var(--color-sf-primary);
|
|
754
|
+
border: 2px solid rgba(var(--color-sf-primary-container));
|
|
755
|
+
border-top: 2px solid rgba(var(--color-sf-primary));
|
|
756
756
|
border-radius: 50%;
|
|
757
757
|
-webkit-animation: spin 1s linear infinite;
|
|
758
758
|
animation: spin 1s linear infinite;
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
color: rgba(var(--color-sf-error));
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
-
.querybuilder-spinner::before {
|
|
748
|
+
.e-querybuilder-spinner::before {
|
|
749
749
|
content: "";
|
|
750
750
|
position: absolute;
|
|
751
751
|
left: 50%;
|
|
@@ -753,8 +753,8 @@
|
|
|
753
753
|
transform: translateX(-50%);
|
|
754
754
|
width: 16px;
|
|
755
755
|
height: 16px;
|
|
756
|
-
border: 2px solid var(--color-sf-primary-container);
|
|
757
|
-
border-top: 2px solid var(--color-sf-primary);
|
|
756
|
+
border: 2px solid rgba(var(--color-sf-primary-container));
|
|
757
|
+
border-top: 2px solid rgba(var(--color-sf-primary));
|
|
758
758
|
border-radius: 50%;
|
|
759
759
|
-webkit-animation: spin 1s linear infinite;
|
|
760
760
|
animation: spin 1s linear infinite;
|
package/styles/material3.css
CHANGED
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
color: rgba(var(--color-sf-error));
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
-
.querybuilder-spinner::before {
|
|
748
|
+
.e-querybuilder-spinner::before {
|
|
749
749
|
content: "";
|
|
750
750
|
position: absolute;
|
|
751
751
|
left: 50%;
|
|
@@ -753,8 +753,8 @@
|
|
|
753
753
|
transform: translateX(-50%);
|
|
754
754
|
width: 16px;
|
|
755
755
|
height: 16px;
|
|
756
|
-
border: 2px solid var(--color-sf-primary-container);
|
|
757
|
-
border-top: 2px solid var(--color-sf-primary);
|
|
756
|
+
border: 2px solid rgba(var(--color-sf-primary-container));
|
|
757
|
+
border-top: 2px solid rgba(var(--color-sf-primary));
|
|
758
758
|
border-radius: 50%;
|
|
759
759
|
-webkit-animation: spin 1s linear infinite;
|
|
760
760
|
animation: spin 1s linear infinite;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-list-heg: 29px !default;
|
|
|
112
112
|
$qrybldr-drag-grp-big-list-heg: 35px !default;
|
|
113
113
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
114
114
|
$qryblr-drag-icon-color: $secondary-text-color !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -110,5 +110,5 @@ $qrybldr-drag-grp-list-heg: 29px !default;
|
|
|
110
110
|
$qrybldr-drag-grp-big-list-heg: 35px !default;
|
|
111
111
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
112
112
|
$qryblr-drag-icon-color: $grey-dark-font !default;
|
|
113
|
-
$
|
|
114
|
-
$
|
|
113
|
+
$spinner-border-light-color: $brand-primary-lighten-40 !default;
|
|
114
|
+
$spinner-border-color: $brand-primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
112
112
|
$qryblr-drag-icon-color: $grey-light-font !default;
|
|
113
113
|
$primary: $brand-primary;
|
|
114
114
|
$primary-light: $brand-info;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -113,3 +113,5 @@ $qrybldr-drag-grp-big-list-heg: 32px !default;
|
|
|
113
113
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 7px !default;
|
|
114
114
|
$qryblr-drag-icon-color: $gray-700 !default;
|
|
115
115
|
$primary-light: $gray-100;
|
|
116
|
+
$spinner-border-light-color: $primary-light !default;
|
|
117
|
+
$spinner-border-color: $primary !default;
|
|
@@ -113,3 +113,5 @@ $qrybldr-drag-grp-list-heg: 28px !default;
|
|
|
113
113
|
$qrybldr-drag-grp-big-list-heg: 34px !default;
|
|
114
114
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
115
115
|
$qryblr-drag-icon-color: $icon-color !default;
|
|
116
|
+
$spinner-border-light-color: $primary-light !default;
|
|
117
|
+
$spinner-border-color: $primary !default;
|
|
@@ -113,3 +113,5 @@ $qrybldr-drag-grp-list-heg: 28px !default;
|
|
|
113
113
|
$qrybldr-drag-grp-big-list-heg: 34px !default;
|
|
114
114
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
115
115
|
$qryblr-drag-icon-color: $icon-color !default;
|
|
116
|
+
$spinner-border-light-color: $primary-light !default;
|
|
117
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
112
112
|
$qryblr-drag-icon-color: $neutral-light-fontalt !default;
|
|
113
113
|
$primary: $theme-primary !default;
|
|
114
114
|
$primary-light: $theme-lighter !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
112
112
|
$qryblr-drag-icon-color: $neutral-light-font !default;
|
|
113
113
|
$primary: $theme-primary !default;
|
|
114
114
|
$primary-light: $theme-lighter !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-list-heg: 28px !default;
|
|
|
112
112
|
$qrybldr-drag-grp-big-list-heg: 34px !default;
|
|
113
113
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
114
114
|
$qryblr-drag-icon-color: $secondary-text-color !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-icon-pad: 10px 10px 10px 1px !default;
|
|
|
112
112
|
$qrybldr-drag-grp-list-heg: 31px !default;
|
|
113
113
|
$qrybldr-drag-grp-big-list-heg: 36px !default;
|
|
114
114
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -113,3 +113,5 @@ $qrybldr-drag-grp-list-heg: 28px !default;
|
|
|
113
113
|
$qrybldr-drag-grp-big-list-heg: 34px !default;
|
|
114
114
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
115
115
|
$qryblr-drag-icon-color: $secondary-text-color !default;
|
|
116
|
+
$spinner-border-light-color: $primary-light !default;
|
|
117
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 3px !default;
|
|
|
112
112
|
$qryblr-drag-icon-color: $content-font !default;
|
|
113
113
|
$primary: #ffd939 !default;
|
|
114
114
|
$primary-light: #ffd739 !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 3px !default;
|
|
|
112
112
|
$qryblr-drag-icon-color: $content-font !default;
|
|
113
113
|
$primary: #ffd939 !default;
|
|
114
114
|
$primary-light: #ffd739 !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|
|
@@ -112,3 +112,5 @@ $qrybldr-drag-grp-big-list-heg: 32px !default;
|
|
|
112
112
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
113
113
|
$qryblr-drag-icon-color: $grey-dark-font !default;
|
|
114
114
|
$primary-light: $primary-300 !default;
|
|
115
|
+
$spinner-border-light-color: $primary-light !default;
|
|
116
|
+
$spinner-border-color: $primary !default;
|