@syncfusion/ej2-querybuilder 31.2.16 → 32.1.21
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 +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +1 -1
- 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.js +1 -1
- 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,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 32.1.21
|
|
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": "
|
|
3
|
+
"version": "32.1.21",
|
|
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.21",
|
|
13
|
+
"@syncfusion/ej2-calendars": "~32.1.21",
|
|
14
|
+
"@syncfusion/ej2-dropdowns": "~32.1.21",
|
|
15
|
+
"@syncfusion/ej2-inputs": "~32.1.20",
|
|
16
|
+
"@syncfusion/ej2-splitbuttons": "~32.1.19"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"keywords": [
|
|
@@ -1358,7 +1358,7 @@ var QueryBuilder = /** @class */ (function (_super) {
|
|
|
1358
1358
|
};
|
|
1359
1359
|
QueryBuilder.prototype.renderToolTip = function (element) {
|
|
1360
1360
|
var tooltip = new Tooltip({
|
|
1361
|
-
content: this.l10n.getConstant('ValidationMessage'),
|
|
1361
|
+
content: this.l10n.getConstant('ValidationMessage'),
|
|
1362
1362
|
position: 'BottomCenter', cssClass: 'e-querybuilder-error', afterClose: function () {
|
|
1363
1363
|
tooltip.destroy();
|
|
1364
1364
|
}, beforeOpen: function (args) {
|
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
|
}
|
|
@@ -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/bootstrap4-definition' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/radio-button/bootstrap4-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/button-group/bootstrap4-definition' as *;
|
|
4
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/multi-select/bootstrap4-definition' as *;
|
|
7
|
+
@use 'ej2-calendars/styles/datepicker/bootstrap4-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/numerictextbox/bootstrap4-definition' as *;
|
|
9
|
+
@use 'ej2-inputs/styles/textbox/bootstrap4-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/tooltip/bootstrap4-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/bootstrap4-definition' as *;
|
|
12
|
+
@use 'query-builder/bootstrap4-definition' as *;
|
|
13
|
+
@use 'query-builder/icons/bootstrap4' as *;
|
|
14
|
+
@use 'query-builder/all' as *;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -794,42 +794,6 @@
|
|
|
794
794
|
color: #f44336;
|
|
795
795
|
}
|
|
796
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
|
-
}
|
|
833
797
|
.e-query-builder.e-device.e-multi-connector .e-rule-list .e-group-container,
|
|
834
798
|
.e-bigger.e-query-builder.e-multi-connector .e-rule-list .e-group-container,
|
|
835
799
|
.e-bigger .e-query-builder.e-multi-connector .e-rule-list .e-group-container {
|