@syncfusion/ej2-vue-querybuilder 20.4.48 → 21.1.35
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/CHANGELOG.md +0 -19
- package/dist/ej2-vue-querybuilder.umd.min.js +2 -2
- package/dist/ej2-vue-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-querybuilder.es2015.js +157 -213
- package/dist/es6/ej2-vue-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-querybuilder.es5.js +174 -247
- package/dist/es6/ej2-vue-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-vue-querybuilder.min.js +2 -2
- package/package.json +9 -9
- package/src/query-builder/columns.directive.d.ts +2 -12
- package/src/query-builder/columns.directive.js +22 -71
- package/src/query-builder/querybuilder.component.d.ts +3 -43
- package/src/query-builder/querybuilder.component.js +146 -175
- package/styles/bootstrap-dark.css +17 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap5-dark.css +11 -11
- package/styles/bootstrap5.css +11 -11
- package/styles/fabric-dark.css +15 -9
- package/styles/fabric.css +9 -9
- package/styles/fluent-dark.css +12 -12
- package/styles/fluent.css +12 -12
- package/styles/highcontrast-light.css +9 -30
- package/styles/highcontrast.css +9 -9
- package/styles/material-dark.css +9 -9
- package/styles/material.css +9 -9
- package/styles/query-builder/bootstrap-dark.css +17 -9
- package/styles/query-builder/bootstrap.css +9 -9
- package/styles/query-builder/bootstrap4.css +10 -10
- package/styles/query-builder/bootstrap5-dark.css +11 -11
- package/styles/query-builder/bootstrap5.css +11 -11
- package/styles/query-builder/fabric-dark.css +15 -9
- package/styles/query-builder/fabric.css +9 -9
- package/styles/query-builder/fluent-dark.css +12 -12
- package/styles/query-builder/fluent.css +12 -12
- package/styles/query-builder/highcontrast-light.css +9 -30
- package/styles/query-builder/highcontrast.css +9 -9
- package/styles/query-builder/material-dark.css +9 -9
- package/styles/query-builder/material.css +9 -9
- package/styles/query-builder/tailwind-dark.css +9 -9
- package/styles/query-builder/tailwind.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
border-top-left-radius: 0;
|
|
386
386
|
border-top-right-radius: 0;
|
|
387
387
|
border-top-style: dotted;
|
|
388
|
-
border-top-width:
|
|
388
|
+
border-top-width: 1px;
|
|
389
389
|
margin-top: 0;
|
|
390
390
|
}
|
|
391
391
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -678,12 +678,20 @@
|
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
.e-query-builder {
|
|
681
|
-
background
|
|
681
|
+
background: #1a1a1a;
|
|
682
682
|
border-color: #484848;
|
|
683
683
|
}
|
|
684
684
|
.e-query-builder .e-group-header .e-btn-group {
|
|
685
685
|
border-color: #484848;
|
|
686
686
|
}
|
|
687
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
688
|
+
border-left: 1px solid #484848;
|
|
689
|
+
border-right: 1px solid #484848;
|
|
690
|
+
}
|
|
691
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-active-toggle {
|
|
692
|
+
border-left: 1px solid #0070f0;
|
|
693
|
+
border-right: 1px solid #0070f0;
|
|
694
|
+
}
|
|
687
695
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-not {
|
|
688
696
|
border-right: transparent;
|
|
689
697
|
}
|
|
@@ -691,14 +699,14 @@
|
|
|
691
699
|
border-color: #484848;
|
|
692
700
|
}
|
|
693
701
|
.e-query-builder .e-rule-container {
|
|
694
|
-
background
|
|
702
|
+
background: #131313;
|
|
695
703
|
border-color: #484848;
|
|
696
704
|
}
|
|
697
705
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
698
706
|
border-top-color: #9c9c9c;
|
|
699
707
|
}
|
|
700
708
|
.e-query-builder .e-rule-list .e-group-container {
|
|
701
|
-
background
|
|
709
|
+
background: #1a1a1a;
|
|
702
710
|
}
|
|
703
711
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
704
712
|
border-color: #9c9c9c;
|
|
@@ -712,27 +720,27 @@
|
|
|
712
720
|
border-right: transparent;
|
|
713
721
|
}
|
|
714
722
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
715
|
-
background
|
|
723
|
+
background: #131313;
|
|
716
724
|
}
|
|
717
725
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
718
726
|
display: none;
|
|
719
727
|
}
|
|
720
728
|
.e-query-builder .e-summary-content textarea {
|
|
721
|
-
background
|
|
729
|
+
background: #1a1a1a;
|
|
722
730
|
color: #f0f0f0;
|
|
723
731
|
}
|
|
724
732
|
.e-query-builder .e-collapse-rule {
|
|
725
|
-
background
|
|
733
|
+
background: #1a1a1a;
|
|
726
734
|
border-color: #acacac;
|
|
727
735
|
color: #f0f0f0;
|
|
728
736
|
}
|
|
729
737
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
730
|
-
background
|
|
738
|
+
background: #484848;
|
|
731
739
|
}
|
|
732
740
|
|
|
733
741
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
734
742
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
735
|
-
background
|
|
743
|
+
background: #fcdbe4;
|
|
736
744
|
border-color: #fcdbe4;
|
|
737
745
|
}
|
|
738
746
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
border-top-left-radius: 0;
|
|
384
384
|
border-top-right-radius: 0;
|
|
385
385
|
border-top-style: dotted;
|
|
386
|
-
border-top-width:
|
|
386
|
+
border-top-width: 1px;
|
|
387
387
|
margin-top: 0;
|
|
388
388
|
}
|
|
389
389
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
.e-query-builder {
|
|
679
|
-
background
|
|
679
|
+
background: #fff;
|
|
680
680
|
border-color: #ddd;
|
|
681
681
|
}
|
|
682
682
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -689,14 +689,14 @@
|
|
|
689
689
|
border-color: #ddd;
|
|
690
690
|
}
|
|
691
691
|
.e-query-builder .e-rule-container {
|
|
692
|
-
background
|
|
692
|
+
background: #f8f8f8;
|
|
693
693
|
border-color: #ddd;
|
|
694
694
|
}
|
|
695
695
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
696
696
|
border-top-color: #ddd;
|
|
697
697
|
}
|
|
698
698
|
.e-query-builder .e-rule-list .e-group-container {
|
|
699
|
-
background
|
|
699
|
+
background: #fff;
|
|
700
700
|
}
|
|
701
701
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
702
702
|
border-color: #ddd;
|
|
@@ -710,27 +710,27 @@
|
|
|
710
710
|
border-right: transparent;
|
|
711
711
|
}
|
|
712
712
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
713
|
-
background
|
|
713
|
+
background: #f8f8f8;
|
|
714
714
|
}
|
|
715
715
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
716
716
|
display: none;
|
|
717
717
|
}
|
|
718
718
|
.e-query-builder .e-summary-content textarea {
|
|
719
|
-
background
|
|
719
|
+
background: #fff;
|
|
720
720
|
color: #333;
|
|
721
721
|
}
|
|
722
722
|
.e-query-builder .e-collapse-rule {
|
|
723
|
-
background
|
|
723
|
+
background: #fff;
|
|
724
724
|
border-color: #ccc;
|
|
725
725
|
color: #333;
|
|
726
726
|
}
|
|
727
727
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
728
|
-
background
|
|
728
|
+
background: #ddd;
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
732
732
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
733
|
-
background
|
|
733
|
+
background: #fcdbe4;
|
|
734
734
|
border-color: #fcdbe4;
|
|
735
735
|
}
|
|
736
736
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
border-top-left-radius: 0;
|
|
464
464
|
border-top-right-radius: 0;
|
|
465
465
|
border-top-style: dotted;
|
|
466
|
-
border-top-width:
|
|
466
|
+
border-top-width: 1px;
|
|
467
467
|
margin-top: 0;
|
|
468
468
|
}
|
|
469
469
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
|
|
758
758
|
.e-query-builder {
|
|
759
|
-
background
|
|
759
|
+
background: #fff;
|
|
760
760
|
border-color: #dee2e6;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -777,14 +777,14 @@
|
|
|
777
777
|
border-color: #dee2e6;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-rule-container {
|
|
780
|
-
background
|
|
780
|
+
background: #f8f9fa;
|
|
781
781
|
border-color: #dee2e6;
|
|
782
782
|
}
|
|
783
783
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
784
784
|
border-top-color: #dee2e6;
|
|
785
785
|
}
|
|
786
786
|
.e-query-builder .e-rule-list .e-group-container {
|
|
787
|
-
background
|
|
787
|
+
background: #fff;
|
|
788
788
|
}
|
|
789
789
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
790
790
|
border-color: #dee2e6;
|
|
@@ -803,28 +803,28 @@
|
|
|
803
803
|
color: #495057;
|
|
804
804
|
}
|
|
805
805
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
806
|
-
background
|
|
807
|
-
background
|
|
806
|
+
background: #6c757d;
|
|
807
|
+
background: #fff;
|
|
808
808
|
}
|
|
809
809
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
810
810
|
display: none;
|
|
811
811
|
}
|
|
812
812
|
.e-query-builder .e-summary-content textarea {
|
|
813
|
-
background
|
|
813
|
+
background: #fff;
|
|
814
814
|
color: #212529;
|
|
815
815
|
}
|
|
816
816
|
.e-query-builder .e-collapse-rule {
|
|
817
|
-
background
|
|
817
|
+
background: #fff;
|
|
818
818
|
border-color: #dee2e6;
|
|
819
819
|
color: #212529;
|
|
820
820
|
}
|
|
821
821
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
822
|
-
background
|
|
822
|
+
background: #dee2e6;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
825
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
826
826
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
827
|
-
background
|
|
827
|
+
background: #fcdbe4;
|
|
828
828
|
border-color: #fcdbe4;
|
|
829
829
|
}
|
|
830
830
|
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
border-top-left-radius: 0;
|
|
434
434
|
border-top-right-radius: 0;
|
|
435
435
|
border-top-style: dotted;
|
|
436
|
-
border-top-width:
|
|
436
|
+
border-top-width: 1px;
|
|
437
437
|
margin-top: 0;
|
|
438
438
|
}
|
|
439
439
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.e-query-builder {
|
|
729
|
-
background
|
|
729
|
+
background: transparent;
|
|
730
730
|
border-color: #444c54;
|
|
731
731
|
}
|
|
732
732
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
}
|
|
735
735
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
736
736
|
.e-query-builder .e-deletegroup {
|
|
737
|
-
background
|
|
737
|
+
background: #212529;
|
|
738
738
|
box-shadow: none;
|
|
739
739
|
color: #adb5bd;
|
|
740
740
|
}
|
|
@@ -742,14 +742,14 @@
|
|
|
742
742
|
border-color: #444c54;
|
|
743
743
|
}
|
|
744
744
|
.e-query-builder .e-rule-container {
|
|
745
|
-
background
|
|
745
|
+
background: #282d31;
|
|
746
746
|
border-color: #444c54;
|
|
747
747
|
}
|
|
748
748
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
749
749
|
border-top-color: #444c54;
|
|
750
750
|
}
|
|
751
751
|
.e-query-builder .e-rule-list .e-group-container {
|
|
752
|
-
background
|
|
752
|
+
background: transparent;
|
|
753
753
|
}
|
|
754
754
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
755
755
|
border-color: #444c54;
|
|
@@ -760,29 +760,29 @@
|
|
|
760
760
|
color: #fff;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
763
|
-
background
|
|
764
|
-
background
|
|
763
|
+
background: #6c757d;
|
|
764
|
+
background: #212529;
|
|
765
765
|
color: #adb5bd;
|
|
766
766
|
}
|
|
767
767
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
768
768
|
display: none;
|
|
769
769
|
}
|
|
770
770
|
.e-query-builder .e-summary-content textarea {
|
|
771
|
-
background
|
|
771
|
+
background: transparent;
|
|
772
772
|
color: #6c757d;
|
|
773
773
|
}
|
|
774
774
|
.e-query-builder .e-collapse-rule {
|
|
775
|
-
background
|
|
775
|
+
background: transparent;
|
|
776
776
|
border-color: #444c54;
|
|
777
777
|
color: #6c757d;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
780
|
-
background
|
|
780
|
+
background: #444c54;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
784
784
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
785
|
-
background
|
|
785
|
+
background: #fadfe2;
|
|
786
786
|
border-color: #fadfe2;
|
|
787
787
|
}
|
|
788
788
|
|
package/styles/bootstrap5.css
CHANGED
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
border-top-left-radius: 0;
|
|
434
434
|
border-top-right-radius: 0;
|
|
435
435
|
border-top-style: dotted;
|
|
436
|
-
border-top-width:
|
|
436
|
+
border-top-width: 1px;
|
|
437
437
|
margin-top: 0;
|
|
438
438
|
}
|
|
439
439
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.e-query-builder {
|
|
729
|
-
background
|
|
729
|
+
background: transparent;
|
|
730
730
|
border-color: #dee2e6;
|
|
731
731
|
}
|
|
732
732
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
}
|
|
735
735
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
736
736
|
.e-query-builder .e-deletegroup {
|
|
737
|
-
background
|
|
737
|
+
background: #fff;
|
|
738
738
|
box-shadow: none;
|
|
739
739
|
color: #6c757d;
|
|
740
740
|
}
|
|
@@ -742,14 +742,14 @@
|
|
|
742
742
|
border-color: #dee2e6;
|
|
743
743
|
}
|
|
744
744
|
.e-query-builder .e-rule-container {
|
|
745
|
-
background
|
|
745
|
+
background: #f8f9fa;
|
|
746
746
|
border-color: #dee2e6;
|
|
747
747
|
}
|
|
748
748
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
749
749
|
border-top-color: #dee2e6;
|
|
750
750
|
}
|
|
751
751
|
.e-query-builder .e-rule-list .e-group-container {
|
|
752
|
-
background
|
|
752
|
+
background: transparent;
|
|
753
753
|
}
|
|
754
754
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
755
755
|
border-color: #dee2e6;
|
|
@@ -760,29 +760,29 @@
|
|
|
760
760
|
color: #fff;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
763
|
-
background
|
|
764
|
-
background
|
|
763
|
+
background: #6c757d;
|
|
764
|
+
background: #fff;
|
|
765
765
|
color: #6c757d;
|
|
766
766
|
}
|
|
767
767
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
768
768
|
display: none;
|
|
769
769
|
}
|
|
770
770
|
.e-query-builder .e-summary-content textarea {
|
|
771
|
-
background
|
|
771
|
+
background: transparent;
|
|
772
772
|
color: #6c757d;
|
|
773
773
|
}
|
|
774
774
|
.e-query-builder .e-collapse-rule {
|
|
775
|
-
background
|
|
775
|
+
background: transparent;
|
|
776
776
|
border-color: #dee2e6;
|
|
777
777
|
color: #6c757d;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
780
|
-
background
|
|
780
|
+
background: #dee2e6;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
784
784
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
785
|
-
background
|
|
785
|
+
background: #f8d7da;
|
|
786
786
|
border-color: #f8d7da;
|
|
787
787
|
}
|
|
788
788
|
|
package/styles/fabric-dark.css
CHANGED
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
border-top-left-radius: 0;
|
|
353
353
|
border-top-right-radius: 0;
|
|
354
354
|
border-top-style: dotted;
|
|
355
|
-
border-top-width:
|
|
355
|
+
border-top-width: 1px;
|
|
356
356
|
margin-top: 0;
|
|
357
357
|
}
|
|
358
358
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -645,24 +645,30 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-query-builder {
|
|
648
|
-
background
|
|
648
|
+
background: #201f1f;
|
|
649
649
|
border-color: #414040;
|
|
650
650
|
}
|
|
651
651
|
.e-query-builder .e-group-header .e-btn-group {
|
|
652
652
|
border-color: #414040;
|
|
653
653
|
}
|
|
654
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
655
|
+
border-right: 1px solid #414040;
|
|
656
|
+
}
|
|
657
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-active-toggle {
|
|
658
|
+
border-right: 1px solid #0074cc;
|
|
659
|
+
}
|
|
654
660
|
.e-query-builder .e-group-container {
|
|
655
661
|
border-color: #514f4f;
|
|
656
662
|
}
|
|
657
663
|
.e-query-builder .e-rule-container {
|
|
658
|
-
background
|
|
664
|
+
background: #282727;
|
|
659
665
|
border-color: #514f4f;
|
|
660
666
|
}
|
|
661
667
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
662
668
|
border-top-color: #414040;
|
|
663
669
|
}
|
|
664
670
|
.e-query-builder .e-rule-list .e-group-container {
|
|
665
|
-
background
|
|
671
|
+
background: #201f1f;
|
|
666
672
|
}
|
|
667
673
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
668
674
|
border-color: #414040;
|
|
@@ -673,27 +679,27 @@
|
|
|
673
679
|
color: #fff;
|
|
674
680
|
}
|
|
675
681
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
676
|
-
background
|
|
682
|
+
background: #282727;
|
|
677
683
|
}
|
|
678
684
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
679
685
|
display: none;
|
|
680
686
|
}
|
|
681
687
|
.e-query-builder .e-summary-content textarea {
|
|
682
|
-
background
|
|
688
|
+
background: #201f1f;
|
|
683
689
|
color: #dadada;
|
|
684
690
|
}
|
|
685
691
|
.e-query-builder .e-collapse-rule {
|
|
686
|
-
background
|
|
692
|
+
background: #201f1f;
|
|
687
693
|
border-color: #9a9a9a;
|
|
688
694
|
color: #dadada;
|
|
689
695
|
}
|
|
690
696
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
691
|
-
background
|
|
697
|
+
background: #414040;
|
|
692
698
|
}
|
|
693
699
|
|
|
694
700
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
695
701
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
696
|
-
background
|
|
702
|
+
background: #fcdbe4;
|
|
697
703
|
border-color: #fcdbe4;
|
|
698
704
|
}
|
|
699
705
|
|
package/styles/fabric.css
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
border-top-left-radius: 0;
|
|
346
346
|
border-top-right-radius: 0;
|
|
347
347
|
border-top-style: dotted;
|
|
348
|
-
border-top-width:
|
|
348
|
+
border-top-width: 1px;
|
|
349
349
|
margin-top: 0;
|
|
350
350
|
}
|
|
351
351
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
.e-query-builder {
|
|
641
|
-
background
|
|
641
|
+
background: #fff;
|
|
642
642
|
border-color: #eaeaea;
|
|
643
643
|
}
|
|
644
644
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -648,14 +648,14 @@
|
|
|
648
648
|
border-color: #eaeaea;
|
|
649
649
|
}
|
|
650
650
|
.e-query-builder .e-rule-container {
|
|
651
|
-
background
|
|
651
|
+
background: #f8f8f8;
|
|
652
652
|
border-color: #eaeaea;
|
|
653
653
|
}
|
|
654
654
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
655
655
|
border-top-color: #eaeaea;
|
|
656
656
|
}
|
|
657
657
|
.e-query-builder .e-rule-list .e-group-container {
|
|
658
|
-
background
|
|
658
|
+
background: #fff;
|
|
659
659
|
}
|
|
660
660
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
661
661
|
border-color: #eaeaea;
|
|
@@ -666,27 +666,27 @@
|
|
|
666
666
|
color: #fff;
|
|
667
667
|
}
|
|
668
668
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
669
|
-
background
|
|
669
|
+
background: #f8f8f8;
|
|
670
670
|
}
|
|
671
671
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
672
672
|
display: none;
|
|
673
673
|
}
|
|
674
674
|
.e-query-builder .e-summary-content textarea {
|
|
675
|
-
background
|
|
675
|
+
background: #fff;
|
|
676
676
|
color: #333;
|
|
677
677
|
}
|
|
678
678
|
.e-query-builder .e-collapse-rule {
|
|
679
|
-
background
|
|
679
|
+
background: #fff;
|
|
680
680
|
border-color: #dadada;
|
|
681
681
|
color: #333;
|
|
682
682
|
}
|
|
683
683
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
684
|
-
background
|
|
684
|
+
background: #eaeaea;
|
|
685
685
|
}
|
|
686
686
|
|
|
687
687
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
688
688
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
689
|
-
background
|
|
689
|
+
background: #fcdbe4;
|
|
690
690
|
border-color: #fcdbe4;
|
|
691
691
|
}
|
|
692
692
|
|
package/styles/fluent-dark.css
CHANGED
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
border-top-left-radius: 0;
|
|
414
414
|
border-top-right-radius: 0;
|
|
415
415
|
border-top-style: dotted;
|
|
416
|
-
border-top-width:
|
|
416
|
+
border-top-width: 1px;
|
|
417
417
|
margin-top: 0;
|
|
418
418
|
}
|
|
419
419
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.e-query-builder {
|
|
709
|
-
background
|
|
709
|
+
background: transparent;
|
|
710
710
|
border-color: #292827;
|
|
711
711
|
}
|
|
712
712
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -714,21 +714,21 @@
|
|
|
714
714
|
}
|
|
715
715
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
716
716
|
.e-query-builder .e-deletegroup {
|
|
717
|
-
background
|
|
717
|
+
background: #252423;
|
|
718
718
|
border: 0 solid #252423;
|
|
719
719
|
}
|
|
720
720
|
.e-query-builder .e-group-container {
|
|
721
721
|
border-color: #797775;
|
|
722
722
|
}
|
|
723
723
|
.e-query-builder .e-rule-container {
|
|
724
|
-
background
|
|
724
|
+
background: #1b1a19;
|
|
725
725
|
border-color: #797775;
|
|
726
726
|
}
|
|
727
727
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
728
728
|
border-top-color: #797775;
|
|
729
729
|
}
|
|
730
730
|
.e-query-builder .e-rule-list .e-group-container {
|
|
731
|
-
background
|
|
731
|
+
background: transparent;
|
|
732
732
|
}
|
|
733
733
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
734
734
|
border-color: #797775;
|
|
@@ -739,33 +739,33 @@
|
|
|
739
739
|
color: #1b1a19;
|
|
740
740
|
}
|
|
741
741
|
.e-query-builder .e-group-header .e-btn-group:not(.e-rtl) .e-qb-toggle:last-of-type {
|
|
742
|
-
background
|
|
742
|
+
background: #252423;
|
|
743
743
|
border: 0 solid #252423;
|
|
744
744
|
}
|
|
745
745
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
746
|
-
background
|
|
747
|
-
background
|
|
746
|
+
background: #1b1a19;
|
|
747
|
+
background: #252423;
|
|
748
748
|
border: 0 solid #252423;
|
|
749
749
|
}
|
|
750
750
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
751
751
|
display: none;
|
|
752
752
|
}
|
|
753
753
|
.e-query-builder .e-summary-content textarea {
|
|
754
|
-
background
|
|
754
|
+
background: transparent;
|
|
755
755
|
color: #a19f9d;
|
|
756
756
|
}
|
|
757
757
|
.e-query-builder .e-collapse-rule {
|
|
758
|
-
background
|
|
758
|
+
background: transparent;
|
|
759
759
|
border-color: #292827;
|
|
760
760
|
color: #a19f9d;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
763
|
-
background
|
|
763
|
+
background: #292827;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
766
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
767
767
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
768
|
-
background
|
|
768
|
+
background: #fed9cc;
|
|
769
769
|
border-color: #fed9cc;
|
|
770
770
|
}
|
|
771
771
|
|
package/styles/fluent.css
CHANGED
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
border-top-left-radius: 0;
|
|
414
414
|
border-top-right-radius: 0;
|
|
415
415
|
border-top-style: dotted;
|
|
416
|
-
border-top-width:
|
|
416
|
+
border-top-width: 1px;
|
|
417
417
|
margin-top: 0;
|
|
418
418
|
}
|
|
419
419
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.e-query-builder {
|
|
709
|
-
background
|
|
709
|
+
background: transparent;
|
|
710
710
|
border-color: #edebe9;
|
|
711
711
|
}
|
|
712
712
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -714,21 +714,21 @@
|
|
|
714
714
|
}
|
|
715
715
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
716
716
|
.e-query-builder .e-deletegroup {
|
|
717
|
-
background
|
|
717
|
+
background: #f3f2f1;
|
|
718
718
|
border: 0 solid #f3f2f1;
|
|
719
719
|
}
|
|
720
720
|
.e-query-builder .e-group-container {
|
|
721
721
|
border-color: #c8c6c4;
|
|
722
722
|
}
|
|
723
723
|
.e-query-builder .e-rule-container {
|
|
724
|
-
background
|
|
724
|
+
background: #fff;
|
|
725
725
|
border-color: #c8c6c4;
|
|
726
726
|
}
|
|
727
727
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
728
728
|
border-top-color: #c8c6c4;
|
|
729
729
|
}
|
|
730
730
|
.e-query-builder .e-rule-list .e-group-container {
|
|
731
|
-
background
|
|
731
|
+
background: transparent;
|
|
732
732
|
}
|
|
733
733
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
734
734
|
border-color: #c8c6c4;
|
|
@@ -739,33 +739,33 @@
|
|
|
739
739
|
color: #fff;
|
|
740
740
|
}
|
|
741
741
|
.e-query-builder .e-group-header .e-btn-group:not(.e-rtl) .e-qb-toggle:last-of-type {
|
|
742
|
-
background
|
|
742
|
+
background: #f3f2f1;
|
|
743
743
|
border: 0 solid #f3f2f1;
|
|
744
744
|
}
|
|
745
745
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
746
|
-
background
|
|
747
|
-
background
|
|
746
|
+
background: #fff;
|
|
747
|
+
background: #f3f2f1;
|
|
748
748
|
border: 0 solid #f3f2f1;
|
|
749
749
|
}
|
|
750
750
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
751
751
|
display: none;
|
|
752
752
|
}
|
|
753
753
|
.e-query-builder .e-summary-content textarea {
|
|
754
|
-
background
|
|
754
|
+
background: transparent;
|
|
755
755
|
color: #605e5c;
|
|
756
756
|
}
|
|
757
757
|
.e-query-builder .e-collapse-rule {
|
|
758
|
-
background
|
|
758
|
+
background: transparent;
|
|
759
759
|
border-color: #edebe9;
|
|
760
760
|
color: #605e5c;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
763
|
-
background
|
|
763
|
+
background: #edebe9;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
766
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
767
767
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
768
|
-
background
|
|
768
|
+
background: #fed9cc;
|
|
769
769
|
border-color: #fed9cc;
|
|
770
770
|
}
|
|
771
771
|
|