@syncfusion/ej2-querybuilder 31.2.15 → 32.1.19
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 +1 -10
- package/dist/ej2-querybuilder.umd.min.js +1 -10
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +14 -3
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +14 -3
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +1 -10
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +7 -7
- package/src/query-builder/query-builder.d.ts +1 -0
- package/src/query-builder/query-builder.js +14 -3
- package/styles/bds-lite.css +0 -37
- package/styles/bds-lite.scss +14 -15
- package/styles/bds.css +0 -36
- package/styles/bds.scss +15 -16
- package/styles/bootstrap-dark-lite.css +0 -37
- package/styles/bootstrap-dark-lite.scss +14 -15
- package/styles/bootstrap-dark.css +0 -36
- package/styles/bootstrap-dark.scss +15 -16
- package/styles/bootstrap-lite.css +0 -37
- package/styles/bootstrap-lite.scss +14 -15
- package/styles/bootstrap.css +0 -36
- package/styles/bootstrap.scss +15 -16
- package/styles/bootstrap4-lite.css +0 -37
- package/styles/bootstrap4-lite.scss +14 -15
- package/styles/bootstrap4.css +0 -36
- package/styles/bootstrap4.scss +15 -16
- package/styles/bootstrap5-dark-lite.css +0 -37
- package/styles/bootstrap5-dark-lite.scss +14 -15
- package/styles/bootstrap5-dark.css +0 -36
- package/styles/bootstrap5-dark.scss +15 -16
- package/styles/bootstrap5-lite.css +0 -37
- package/styles/bootstrap5-lite.scss +15 -15
- package/styles/bootstrap5.3-lite.css +117 -74
- package/styles/bootstrap5.3-lite.scss +15 -15
- package/styles/bootstrap5.3.css +117 -73
- package/styles/bootstrap5.3.scss +16 -16
- package/styles/bootstrap5.css +0 -36
- package/styles/bootstrap5.scss +16 -16
- package/styles/fabric-dark-lite.css +0 -37
- package/styles/fabric-dark-lite.scss +15 -15
- package/styles/fabric-dark.css +0 -36
- package/styles/fabric-dark.scss +16 -16
- package/styles/fabric-lite.css +0 -37
- package/styles/fabric-lite.scss +15 -15
- package/styles/fabric.css +0 -36
- package/styles/fabric.scss +16 -16
- package/styles/fluent-dark-lite.css +0 -37
- package/styles/fluent-dark-lite.scss +15 -15
- package/styles/fluent-dark.css +0 -36
- package/styles/fluent-dark.scss +16 -16
- package/styles/fluent-lite.css +0 -37
- package/styles/fluent-lite.scss +15 -15
- package/styles/fluent.css +0 -36
- package/styles/fluent.scss +16 -16
- package/styles/fluent2-lite.css +455 -79
- package/styles/fluent2-lite.scss +15 -15
- package/styles/fluent2.css +459 -82
- package/styles/fluent2.scss +16 -16
- package/styles/highcontrast-light-lite.css +0 -37
- package/styles/highcontrast-light-lite.scss +15 -15
- package/styles/highcontrast-light.css +0 -36
- package/styles/highcontrast-light.scss +16 -16
- package/styles/highcontrast-lite.css +0 -37
- package/styles/highcontrast-lite.scss +15 -15
- package/styles/highcontrast.css +0 -36
- package/styles/highcontrast.scss +16 -16
- package/styles/material-dark-lite.css +0 -37
- package/styles/material-dark-lite.scss +15 -15
- package/styles/material-dark.css +0 -36
- package/styles/material-dark.scss +16 -16
- package/styles/material-lite.css +0 -39
- package/styles/material-lite.scss +14 -15
- package/styles/material.css +0 -38
- package/styles/material.scss +15 -16
- package/styles/material3-dark-lite.css +461 -77
- package/styles/material3-dark-lite.scss +15 -15
- package/styles/material3-dark.css +461 -76
- package/styles/material3-dark.scss +16 -18
- package/styles/material3-lite.css +461 -77
- package/styles/material3-lite.scss +15 -15
- package/styles/material3.css +461 -76
- package/styles/material3.scss +16 -18
- package/styles/query-builder/_all.scss +2 -2
- package/styles/query-builder/_bds-definition.scss +69 -2
- package/styles/query-builder/_bigger.scss +21 -18
- package/styles/query-builder/_bootstrap-dark-definition.scss +34 -2
- package/styles/query-builder/_bootstrap-definition.scss +34 -4
- package/styles/query-builder/_bootstrap4-definition.scss +34 -3
- package/styles/query-builder/_bootstrap5-dark-definition.scss +150 -1
- package/styles/query-builder/_bootstrap5-definition.scss +35 -2
- package/styles/query-builder/_bootstrap5.3-definition.scss +37 -2
- package/styles/query-builder/_fabric-dark-definition.scss +34 -4
- package/styles/query-builder/_fabric-definition.scss +34 -4
- package/styles/query-builder/_fluent-dark-definition.scss +149 -1
- package/styles/query-builder/_fluent-definition.scss +35 -2
- package/styles/query-builder/_fluent2-definition.scss +55 -2
- package/styles/query-builder/_fusionnew-definition.scss +32 -2
- package/styles/query-builder/_highcontrast-definition.scss +34 -4
- package/styles/query-builder/_highcontrast-light-definition.scss +34 -4
- package/styles/query-builder/_layout.scss +100 -112
- package/styles/query-builder/_material-dark-definition.scss +34 -3
- package/styles/query-builder/_material-definition.scss +34 -3
- package/styles/query-builder/_material3-dark-definition.scss +158 -1
- package/styles/query-builder/_material3-definition.scss +41 -2
- package/styles/query-builder/_tailwind-dark-definition.scss +148 -1
- package/styles/query-builder/_tailwind-definition.scss +34 -2
- package/styles/query-builder/_tailwind3-definition.scss +38 -2
- package/styles/query-builder/_theme-variables.scss +1 -0
- package/styles/query-builder/_theme.scss +2 -23
- package/styles/query-builder/bds.css +0 -36
- package/styles/query-builder/bds.scss +16 -16
- package/styles/query-builder/bootstrap-dark.css +0 -36
- package/styles/query-builder/bootstrap-dark.scss +16 -16
- package/styles/query-builder/bootstrap.css +0 -36
- package/styles/query-builder/bootstrap.scss +16 -16
- package/styles/query-builder/bootstrap4.css +0 -36
- package/styles/query-builder/bootstrap4.scss +16 -16
- package/styles/query-builder/bootstrap5-dark.css +0 -36
- package/styles/query-builder/bootstrap5-dark.scss +16 -16
- package/styles/query-builder/bootstrap5.3.css +117 -73
- package/styles/query-builder/bootstrap5.3.scss +16 -16
- package/styles/query-builder/bootstrap5.css +0 -36
- package/styles/query-builder/bootstrap5.scss +16 -16
- package/styles/query-builder/fabric-dark.css +0 -36
- package/styles/query-builder/fabric-dark.scss +16 -16
- package/styles/query-builder/fabric.css +0 -36
- package/styles/query-builder/fabric.scss +16 -16
- package/styles/query-builder/fluent-dark.css +0 -36
- package/styles/query-builder/fluent-dark.scss +16 -16
- package/styles/query-builder/fluent.css +0 -36
- package/styles/query-builder/fluent.scss +16 -16
- package/styles/query-builder/fluent2.css +459 -82
- package/styles/query-builder/fluent2.scss +16 -16
- package/styles/query-builder/highcontrast-light.css +0 -36
- package/styles/query-builder/highcontrast-light.scss +16 -16
- package/styles/query-builder/highcontrast.css +0 -36
- package/styles/query-builder/highcontrast.scss +16 -16
- package/styles/query-builder/icons/_bds.scss +1 -0
- package/styles/query-builder/icons/_bootstrap-dark.scss +1 -0
- package/styles/query-builder/icons/_bootstrap.scss +1 -0
- package/styles/query-builder/icons/_bootstrap4.scss +1 -0
- package/styles/query-builder/icons/_bootstrap5-dark.scss +1 -1
- package/styles/query-builder/icons/_bootstrap5.3.scss +1 -0
- package/styles/query-builder/icons/_bootstrap5.scss +1 -0
- package/styles/query-builder/icons/_fabric-dark.scss +1 -0
- package/styles/query-builder/icons/_fabric.scss +1 -0
- package/styles/query-builder/icons/_fluent-dark.scss +1 -1
- package/styles/query-builder/icons/_fluent.scss +1 -0
- package/styles/query-builder/icons/_fluent2.scss +1 -0
- package/styles/query-builder/icons/_fusionnew.scss +1 -0
- package/styles/query-builder/icons/_highcontrast-light.scss +1 -0
- package/styles/query-builder/icons/_highcontrast.scss +1 -0
- package/styles/query-builder/icons/_material-dark.scss +1 -0
- package/styles/query-builder/icons/_material.scss +1 -0
- package/styles/query-builder/icons/_material3-dark.scss +1 -1
- package/styles/query-builder/icons/_material3.scss +1 -0
- package/styles/query-builder/icons/_tailwind-dark.scss +1 -0
- package/styles/query-builder/icons/_tailwind.scss +1 -0
- package/styles/query-builder/icons/_tailwind3.scss +1 -0
- package/styles/query-builder/material-dark.css +0 -36
- package/styles/query-builder/material-dark.scss +16 -16
- package/styles/query-builder/material.css +0 -38
- package/styles/query-builder/material.scss +16 -16
- package/styles/query-builder/material3-dark.css +461 -76
- package/styles/query-builder/material3-dark.scss +16 -17
- package/styles/query-builder/material3.css +461 -76
- package/styles/query-builder/material3.scss +16 -17
- package/styles/query-builder/tailwind-dark.css +0 -36
- package/styles/query-builder/tailwind-dark.scss +16 -16
- package/styles/query-builder/tailwind.css +0 -36
- package/styles/query-builder/tailwind.scss +16 -16
- package/styles/query-builder/tailwind3.css +110 -76
- package/styles/query-builder/tailwind3.scss +16 -16
- package/styles/tailwind-dark-lite.css +0 -37
- package/styles/tailwind-dark-lite.scss +15 -15
- package/styles/tailwind-dark.css +0 -36
- package/styles/tailwind-dark.scss +16 -16
- package/styles/tailwind-lite.css +0 -37
- package/styles/tailwind-lite.scss +15 -15
- package/styles/tailwind.css +0 -36
- package/styles/tailwind.scss +16 -16
- package/styles/tailwind3-lite.css +110 -77
- package/styles/tailwind3-lite.scss +15 -15
- package/styles/tailwind3.css +110 -76
- package/styles/tailwind3.scss +16 -16
package/dist/global/index.d.ts
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: index.d.ts
|
|
3
|
-
* version : 31.2.15
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2025. 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
1
|
import * as _querybuilder from '@syncfusion/ej2-querybuilder';
|
|
11
2
|
|
|
12
3
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-querybuilder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.1.19",
|
|
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": "~
|
|
12
|
-
"@syncfusion/ej2-buttons": "~
|
|
13
|
-
"@syncfusion/ej2-calendars": "~
|
|
14
|
-
"@syncfusion/ej2-dropdowns": "~
|
|
15
|
-
"@syncfusion/ej2-inputs": "~
|
|
16
|
-
"@syncfusion/ej2-splitbuttons": "~
|
|
11
|
+
"@syncfusion/ej2-base": "~32.1.19",
|
|
12
|
+
"@syncfusion/ej2-buttons": "~32.1.19",
|
|
13
|
+
"@syncfusion/ej2-calendars": "~32.1.19",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~32.1.19",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~32.1.19",
|
|
16
|
+
"@syncfusion/ej2-splitbuttons": "~32.1.19"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"keywords": [
|
|
@@ -350,6 +350,7 @@ export declare class QueryBuilder extends Component<HTMLDivElement> implements I
|
|
|
350
350
|
private isValueEmpty;
|
|
351
351
|
private isPropChange;
|
|
352
352
|
private isRuleClicked;
|
|
353
|
+
private groupCloned;
|
|
353
354
|
private ddTree;
|
|
354
355
|
/**
|
|
355
356
|
* Triggers when the component is created.
|
|
@@ -220,6 +220,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
220
220
|
_this.isValueEmpty = false;
|
|
221
221
|
_this.isPropChange = false;
|
|
222
222
|
_this.isRuleClicked = false;
|
|
223
|
+
_this.groupCloned = false;
|
|
223
224
|
MultiSelect.Inject(CheckBoxSelection);
|
|
224
225
|
return _this;
|
|
225
226
|
}
|
|
@@ -597,7 +598,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
597
598
|
break;
|
|
598
599
|
case target.className.indexOf('e-clone-grp-btn') > -1:
|
|
599
600
|
this.actionButton = target;
|
|
600
|
-
this.cloneGrpBtnClick = true;
|
|
601
|
+
this.cloneGrpBtnClick = this.groupCloned = true;
|
|
601
602
|
this.isRuleClicked = true;
|
|
602
603
|
this.groupClone(closest(target, '.e-group-container'));
|
|
603
604
|
break;
|
|
@@ -4224,6 +4225,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4224
4225
|
if (this.isAddSuccess || this.element.querySelectorAll('.e-group-container').length <= this.maxGroupCount) {
|
|
4225
4226
|
groupID = this.element.id + '_' + groupID;
|
|
4226
4227
|
var groupElem = document.getElementById(groupID);
|
|
4228
|
+
var temp = this.groupIndex;
|
|
4227
4229
|
var rule = this.getParentGroup(groupElem);
|
|
4228
4230
|
var grouplen = groups.length;
|
|
4229
4231
|
if (grouplen) {
|
|
@@ -4246,6 +4248,11 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4246
4248
|
not = this.updatedRule.not;
|
|
4247
4249
|
isLocked = this.updatedRule.isLocked;
|
|
4248
4250
|
}
|
|
4251
|
+
if (this.groupCloned) {
|
|
4252
|
+
var parent_1 = this.element.querySelector('#' + groupID);
|
|
4253
|
+
var topLevelGroups = parent_1.querySelectorAll(':scope > .e-group-body > .e-rule-list > .e-group-container');
|
|
4254
|
+
this.groupIndex = topLevelGroups.length > 1 ? topLevelGroups.length - 1 : 0;
|
|
4255
|
+
}
|
|
4249
4256
|
if (this.groupIndex < 0) {
|
|
4250
4257
|
if (this.enableNotCondition) {
|
|
4251
4258
|
rule.rules.push({ 'condition': condition, 'not': not, rules: [] });
|
|
@@ -4262,6 +4269,9 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
4262
4269
|
rule.rules.splice(this.groupIndex + 1, 0, { condition: condition, rules: [], isLocked: isLocked });
|
|
4263
4270
|
}
|
|
4264
4271
|
}
|
|
4272
|
+
if (this.groupCloned) {
|
|
4273
|
+
this.groupIndex = temp;
|
|
4274
|
+
}
|
|
4265
4275
|
}
|
|
4266
4276
|
if (!this.headerTemplate) {
|
|
4267
4277
|
this.disableRuleCondition(groupElem, rule, null, this.enableSeparateConnector ? true : null);
|
|
@@ -6785,13 +6795,13 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
6785
6795
|
var isCloneGroup = this.showButtons.cloneGroup;
|
|
6786
6796
|
groupID = groupID.replace(this.element.id + '_', '');
|
|
6787
6797
|
this.groupIndex = index;
|
|
6788
|
-
this.cloneGrpBtnClick = true;
|
|
6798
|
+
this.cloneGrpBtnClick = this.groupCloned = true;
|
|
6789
6799
|
this.showButtons.cloneGroup = true;
|
|
6790
6800
|
this.addGroups([{ 'condition': group.condition, 'not': group.not, 'rules': group.rules }], groupID);
|
|
6791
6801
|
this.groupIndex = -1;
|
|
6792
6802
|
this.cloneGrpBtnClick = false;
|
|
6793
6803
|
this.showButtons.cloneGroup = isCloneGroup;
|
|
6794
|
-
isCloneGroup = false;
|
|
6804
|
+
isCloneGroup = this.groupCloned = false;
|
|
6795
6805
|
};
|
|
6796
6806
|
/**
|
|
6797
6807
|
* Locks the rule based on the rule ID.
|
|
@@ -7340,6 +7350,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
7340
7350
|
this.groupIndex = Array.prototype.indexOf.call(target.closest('.e-rule-list').children, target.closest('.e-group-container'));
|
|
7341
7351
|
this.addGroups([{ 'condition': group.condition, 'not': group.not, 'rules': group.rules }], groupId);
|
|
7342
7352
|
this.groupIndex = -1;
|
|
7353
|
+
this.groupCloned = false;
|
|
7343
7354
|
};
|
|
7344
7355
|
QueryBuilder.prototype.ruleClone = function (target) {
|
|
7345
7356
|
var ruleElem = closest(target, '.e-rule-container');
|
package/styles/bds-lite.css
CHANGED
|
@@ -834,41 +834,4 @@
|
|
|
834
834
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
835
835
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
836
836
|
color: #d92c20;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.e-querybuilder-spinner::before {
|
|
840
|
-
content: "";
|
|
841
|
-
position: absolute;
|
|
842
|
-
left: 50%;
|
|
843
|
-
-webkit-transform: translateX(-50%);
|
|
844
|
-
transform: translateX(-50%);
|
|
845
|
-
width: 16px;
|
|
846
|
-
height: 16px;
|
|
847
|
-
border: 2px solid var(--color-sf-utility-primary-light);
|
|
848
|
-
border-top: 2px solid var(--color-sf-brand-primary);
|
|
849
|
-
border-radius: 50%;
|
|
850
|
-
-webkit-animation: spin 1s linear infinite;
|
|
851
|
-
animation: spin 1s linear infinite;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
@-webkit-keyframes spin {
|
|
855
|
-
0% {
|
|
856
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
857
|
-
transform: translateX(-50%) rotate(0deg);
|
|
858
|
-
}
|
|
859
|
-
100% {
|
|
860
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
861
|
-
transform: translateX(-50%) rotate(360deg);
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
@keyframes spin {
|
|
866
|
-
0% {
|
|
867
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
868
|
-
transform: translateX(-50%) rotate(0deg);
|
|
869
|
-
}
|
|
870
|
-
100% {
|
|
871
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
872
|
-
transform: translateX(-50%) rotate(360deg);
|
|
873
|
-
}
|
|
874
837
|
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@import 'query-builder/all.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bds-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bds-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bds-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bds-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bds-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bds-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
12
|
+
@use 'query-builder/bds-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bds' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
package/styles/bds.css
CHANGED
|
@@ -836,42 +836,6 @@
|
|
|
836
836
|
color: #d92c20;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-querybuilder-spinner::before {
|
|
840
|
-
content: "";
|
|
841
|
-
position: absolute;
|
|
842
|
-
left: 50%;
|
|
843
|
-
-webkit-transform: translateX(-50%);
|
|
844
|
-
transform: translateX(-50%);
|
|
845
|
-
width: 16px;
|
|
846
|
-
height: 16px;
|
|
847
|
-
border: 2px solid var(--color-sf-utility-primary-light);
|
|
848
|
-
border-top: 2px solid var(--color-sf-brand-primary);
|
|
849
|
-
border-radius: 50%;
|
|
850
|
-
-webkit-animation: spin 1s linear infinite;
|
|
851
|
-
animation: spin 1s linear infinite;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
@-webkit-keyframes spin {
|
|
855
|
-
0% {
|
|
856
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
857
|
-
transform: translateX(-50%) rotate(0deg);
|
|
858
|
-
}
|
|
859
|
-
100% {
|
|
860
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
861
|
-
transform: translateX(-50%) rotate(360deg);
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
@keyframes spin {
|
|
866
|
-
0% {
|
|
867
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
868
|
-
transform: translateX(-50%) rotate(0deg);
|
|
869
|
-
}
|
|
870
|
-
100% {
|
|
871
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
872
|
-
transform: translateX(-50%) rotate(360deg);
|
|
873
|
-
}
|
|
874
|
-
}
|
|
875
839
|
.e-query-builder.e-device.e-multi-connector .e-rule-list .e-group-container,
|
|
876
840
|
.e-bigger.e-query-builder.e-multi-connector .e-rule-list .e-group-container,
|
|
877
841
|
.e-bigger .e-query-builder.e-multi-connector .e-rule-list .e-group-container {
|
package/styles/bds.scss
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@import 'query-builder/bigger.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bds-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bds-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bds-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bds-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bds-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bds-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
12
|
+
@use 'query-builder/bds-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bds' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
|
15
|
+
@use 'query-builder/bigger' as *;
|
|
@@ -731,41 +731,4 @@
|
|
|
731
731
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
732
732
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
733
733
|
color: #f44336;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
.e-querybuilder-spinner::before {
|
|
737
|
-
content: "";
|
|
738
|
-
position: absolute;
|
|
739
|
-
left: 50%;
|
|
740
|
-
-webkit-transform: translateX(-50%);
|
|
741
|
-
transform: translateX(-50%);
|
|
742
|
-
width: 16px;
|
|
743
|
-
height: 16px;
|
|
744
|
-
border: 2px solid rgb(189, 219.8, 255);
|
|
745
|
-
border-top: 2px solid #0070f0;
|
|
746
|
-
border-radius: 50%;
|
|
747
|
-
-webkit-animation: spin 1s linear infinite;
|
|
748
|
-
animation: spin 1s linear infinite;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
@-webkit-keyframes spin {
|
|
752
|
-
0% {
|
|
753
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
754
|
-
transform: translateX(-50%) rotate(0deg);
|
|
755
|
-
}
|
|
756
|
-
100% {
|
|
757
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
758
|
-
transform: translateX(-50%) rotate(360deg);
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
@keyframes spin {
|
|
763
|
-
0% {
|
|
764
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
765
|
-
transform: translateX(-50%) rotate(0deg);
|
|
766
|
-
}
|
|
767
|
-
100% {
|
|
768
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
769
|
-
transform: translateX(-50%) rotate(360deg);
|
|
770
|
-
}
|
|
771
734
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@import 'query-builder/all.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bootstrap-dark-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bootstrap-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bootstrap-dark-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
|
|
12
|
+
@use 'query-builder/bootstrap-dark-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bootstrap-dark' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
|
@@ -733,42 +733,6 @@
|
|
|
733
733
|
color: #f44336;
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
.e-querybuilder-spinner::before {
|
|
737
|
-
content: "";
|
|
738
|
-
position: absolute;
|
|
739
|
-
left: 50%;
|
|
740
|
-
-webkit-transform: translateX(-50%);
|
|
741
|
-
transform: translateX(-50%);
|
|
742
|
-
width: 16px;
|
|
743
|
-
height: 16px;
|
|
744
|
-
border: 2px solid rgb(189, 219.8, 255);
|
|
745
|
-
border-top: 2px solid #0070f0;
|
|
746
|
-
border-radius: 50%;
|
|
747
|
-
-webkit-animation: spin 1s linear infinite;
|
|
748
|
-
animation: spin 1s linear infinite;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
@-webkit-keyframes spin {
|
|
752
|
-
0% {
|
|
753
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
754
|
-
transform: translateX(-50%) rotate(0deg);
|
|
755
|
-
}
|
|
756
|
-
100% {
|
|
757
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
758
|
-
transform: translateX(-50%) rotate(360deg);
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
@keyframes spin {
|
|
763
|
-
0% {
|
|
764
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
765
|
-
transform: translateX(-50%) rotate(0deg);
|
|
766
|
-
}
|
|
767
|
-
100% {
|
|
768
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
769
|
-
transform: translateX(-50%) rotate(360deg);
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
736
|
.e-query-builder.e-device.e-multi-connector .e-rule-list .e-group-container,
|
|
773
737
|
.e-bigger.e-query-builder.e-multi-connector .e-rule-list .e-group-container,
|
|
774
738
|
.e-bigger .e-query-builder.e-multi-connector .e-rule-list .e-group-container {
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@import 'query-builder/bigger.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bootstrap-dark-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bootstrap-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bootstrap-dark-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
|
|
12
|
+
@use 'query-builder/bootstrap-dark-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bootstrap-dark' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
|
15
|
+
@use 'query-builder/bigger' as *;
|
|
@@ -716,41 +716,4 @@
|
|
|
716
716
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
717
717
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
718
718
|
color: #f44336;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.e-querybuilder-spinner::before {
|
|
722
|
-
content: "";
|
|
723
|
-
position: absolute;
|
|
724
|
-
left: 50%;
|
|
725
|
-
-webkit-transform: translateX(-50%);
|
|
726
|
-
transform: translateX(-50%);
|
|
727
|
-
width: 16px;
|
|
728
|
-
height: 16px;
|
|
729
|
-
border: 2px solid #5bc0de;
|
|
730
|
-
border-top: 2px solid #317ab9;
|
|
731
|
-
border-radius: 50%;
|
|
732
|
-
-webkit-animation: spin 1s linear infinite;
|
|
733
|
-
animation: spin 1s linear infinite;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
@-webkit-keyframes spin {
|
|
737
|
-
0% {
|
|
738
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
739
|
-
transform: translateX(-50%) rotate(0deg);
|
|
740
|
-
}
|
|
741
|
-
100% {
|
|
742
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
743
|
-
transform: translateX(-50%) rotate(360deg);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
@keyframes spin {
|
|
748
|
-
0% {
|
|
749
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
750
|
-
transform: translateX(-50%) rotate(0deg);
|
|
751
|
-
}
|
|
752
|
-
100% {
|
|
753
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
754
|
-
transform: translateX(-50%) rotate(360deg);
|
|
755
|
-
}
|
|
756
719
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@import 'query-builder/all.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bootstrap-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bootstrap-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bootstrap-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
|
|
12
|
+
@use 'query-builder/bootstrap-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bootstrap' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
package/styles/bootstrap.css
CHANGED
|
@@ -718,42 +718,6 @@
|
|
|
718
718
|
color: #f44336;
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
.e-querybuilder-spinner::before {
|
|
722
|
-
content: "";
|
|
723
|
-
position: absolute;
|
|
724
|
-
left: 50%;
|
|
725
|
-
-webkit-transform: translateX(-50%);
|
|
726
|
-
transform: translateX(-50%);
|
|
727
|
-
width: 16px;
|
|
728
|
-
height: 16px;
|
|
729
|
-
border: 2px solid #5bc0de;
|
|
730
|
-
border-top: 2px solid #317ab9;
|
|
731
|
-
border-radius: 50%;
|
|
732
|
-
-webkit-animation: spin 1s linear infinite;
|
|
733
|
-
animation: spin 1s linear infinite;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
@-webkit-keyframes spin {
|
|
737
|
-
0% {
|
|
738
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
739
|
-
transform: translateX(-50%) rotate(0deg);
|
|
740
|
-
}
|
|
741
|
-
100% {
|
|
742
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
743
|
-
transform: translateX(-50%) rotate(360deg);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
@keyframes spin {
|
|
748
|
-
0% {
|
|
749
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
750
|
-
transform: translateX(-50%) rotate(0deg);
|
|
751
|
-
}
|
|
752
|
-
100% {
|
|
753
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
754
|
-
transform: translateX(-50%) rotate(360deg);
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
721
|
.e-query-builder.e-device.e-multi-connector .e-rule-list .e-group-container,
|
|
758
722
|
.e-bigger.e-query-builder.e-multi-connector .e-rule-list .e-group-container,
|
|
759
723
|
.e-bigger .e-query-builder.e-multi-connector .e-rule-list .e-group-container {
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@import 'query-builder/bigger.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bootstrap-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bootstrap-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bootstrap-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
|
|
12
|
+
@use 'query-builder/bootstrap-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bootstrap' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
|
15
|
+
@use 'query-builder/bigger' as *;
|
|
@@ -792,41 +792,4 @@
|
|
|
792
792
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
793
793
|
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
794
794
|
color: #f44336;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.e-querybuilder-spinner::before {
|
|
798
|
-
content: "";
|
|
799
|
-
position: absolute;
|
|
800
|
-
left: 50%;
|
|
801
|
-
-webkit-transform: translateX(-50%);
|
|
802
|
-
transform: translateX(-50%);
|
|
803
|
-
width: 16px;
|
|
804
|
-
height: 16px;
|
|
805
|
-
border: 2px solid #f8f9fa;
|
|
806
|
-
border-top: 2px solid #007bff;
|
|
807
|
-
border-radius: 50%;
|
|
808
|
-
-webkit-animation: spin 1s linear infinite;
|
|
809
|
-
animation: spin 1s linear infinite;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
@-webkit-keyframes spin {
|
|
813
|
-
0% {
|
|
814
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
815
|
-
transform: translateX(-50%) rotate(0deg);
|
|
816
|
-
}
|
|
817
|
-
100% {
|
|
818
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
819
|
-
transform: translateX(-50%) rotate(360deg);
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
@keyframes spin {
|
|
824
|
-
0% {
|
|
825
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
826
|
-
transform: translateX(-50%) rotate(0deg);
|
|
827
|
-
}
|
|
828
|
-
100% {
|
|
829
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
830
|
-
transform: translateX(-50%) rotate(360deg);
|
|
831
|
-
}
|
|
832
795
|
}
|