@syncfusion/ej2-querybuilder 26.2.11 → 27.1.48
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/README.md +1 -1
- 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 +278 -259
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +279 -259
- 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 +13 -12
- package/src/query-builder/query-builder.d.ts +0 -1
- package/src/query-builder/query-builder.js +278 -258
- package/styles/bootstrap-dark-lite.css +728 -0
- package/styles/bootstrap-dark-lite.scss +15 -0
- package/styles/bootstrap-dark.css +114 -170
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +713 -0
- package/styles/bootstrap-lite.scss +15 -0
- package/styles/bootstrap.css +106 -162
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +781 -0
- package/styles/bootstrap4-lite.scss +15 -0
- package/styles/bootstrap4.css +120 -231
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +764 -0
- package/styles/bootstrap5-dark-lite.scss +15 -0
- package/styles/bootstrap5-dark.css +109 -165
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +764 -0
- package/styles/bootstrap5-lite.scss +15 -0
- package/styles/bootstrap5.3-lite.css +775 -0
- package/styles/bootstrap5.3-lite.scss +15 -0
- package/styles/bootstrap5.3.css +959 -0
- package/styles/bootstrap5.3.scss +16 -0
- package/styles/bootstrap5.css +109 -165
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +690 -0
- package/styles/fabric-dark-lite.scss +15 -0
- package/styles/fabric-dark.css +108 -156
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +679 -0
- package/styles/fabric-lite.scss +15 -0
- package/styles/fabric.css +102 -143
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +759 -0
- package/styles/fluent-dark-lite.scss +15 -0
- package/styles/fluent-dark.css +111 -159
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +759 -0
- package/styles/fluent-lite.scss +15 -0
- package/styles/fluent.css +111 -159
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +771 -0
- package/styles/fluent2-lite.scss +15 -0
- package/styles/fluent2.css +113 -150
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +773 -0
- package/styles/highcontrast-light-lite.scss +15 -0
- package/styles/highcontrast-light.css +101 -135
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +801 -0
- package/styles/highcontrast-lite.scss +15 -0
- package/styles/highcontrast.css +122 -156
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +725 -0
- package/styles/material-dark-lite.scss +15 -0
- package/styles/material-dark.css +105 -131
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +731 -0
- package/styles/material-lite.scss +15 -0
- package/styles/material.css +105 -152
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +738 -0
- package/styles/material3-dark-lite.scss +15 -0
- package/styles/material3-dark.css +101 -157
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +740 -0
- package/styles/material3-lite.scss +15 -0
- package/styles/material3.css +101 -157
- package/styles/material3.scss +1 -0
- package/styles/query-builder/_bigger.scss +208 -0
- package/styles/query-builder/_bootstrap5.3-definition.scss +1 -1
- package/styles/query-builder/_layout.scss +5 -210
- package/styles/query-builder/_theme.scss +10 -3
- package/styles/query-builder/bootstrap-dark.css +114 -170
- package/styles/query-builder/bootstrap-dark.scss +1 -0
- package/styles/query-builder/bootstrap.css +106 -162
- package/styles/query-builder/bootstrap.scss +1 -0
- package/styles/query-builder/bootstrap4.css +120 -231
- package/styles/query-builder/bootstrap4.scss +1 -0
- package/styles/query-builder/bootstrap5-dark.css +109 -165
- package/styles/query-builder/bootstrap5-dark.scss +1 -0
- package/styles/query-builder/bootstrap5.3.css +959 -0
- package/styles/query-builder/bootstrap5.3.scss +16 -0
- package/styles/query-builder/bootstrap5.css +109 -165
- package/styles/query-builder/bootstrap5.scss +1 -0
- package/styles/query-builder/fabric-dark.css +108 -156
- package/styles/query-builder/fabric-dark.scss +1 -0
- package/styles/query-builder/fabric.css +102 -143
- package/styles/query-builder/fabric.scss +1 -0
- package/styles/query-builder/fluent-dark.css +111 -159
- package/styles/query-builder/fluent-dark.scss +1 -0
- package/styles/query-builder/fluent.css +111 -159
- package/styles/query-builder/fluent.scss +1 -0
- package/styles/query-builder/fluent2.css +113 -150
- package/styles/query-builder/fluent2.scss +1 -0
- package/styles/query-builder/highcontrast-light.css +101 -135
- package/styles/query-builder/highcontrast-light.scss +1 -0
- package/styles/query-builder/highcontrast.css +122 -156
- package/styles/query-builder/highcontrast.scss +1 -0
- package/styles/query-builder/material-dark.css +105 -131
- package/styles/query-builder/material-dark.scss +1 -0
- package/styles/query-builder/material.css +105 -152
- package/styles/query-builder/material.scss +1 -0
- package/styles/query-builder/material3-dark.css +101 -157
- package/styles/query-builder/material3-dark.scss +1 -0
- package/styles/query-builder/material3.css +101 -157
- package/styles/query-builder/material3.scss +1 -0
- package/styles/query-builder/tailwind-dark.css +100 -137
- package/styles/query-builder/tailwind-dark.scss +1 -0
- package/styles/query-builder/tailwind.css +100 -137
- package/styles/query-builder/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +726 -0
- package/styles/tailwind-dark-lite.scss +15 -0
- package/styles/tailwind-dark.css +100 -137
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +726 -0
- package/styles/tailwind-lite.scss +15 -0
- package/styles/tailwind.css +100 -137
- package/styles/tailwind.scss +1 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/material3.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/material3-definition.scss';
|
|
3
|
+
@import 'ej2-buttons/styles/radio-button/material3-definition.scss';
|
|
4
|
+
@import 'ej2-splitbuttons/styles/button-group/material3-definition.scss';
|
|
5
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/material3-definition.scss';
|
|
6
|
+
@import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/multi-select/material3-definition.scss';
|
|
8
|
+
@import 'ej2-calendars/styles/datepicker/material3-definition.scss';
|
|
9
|
+
@import 'ej2-inputs/styles/numerictextbox/material3-definition.scss';
|
|
10
|
+
@import 'ej2-inputs/styles/textbox/material3-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/tooltip/material3-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/material3-definition.scss';
|
|
13
|
+
@import 'query-builder/material3-definition.scss';
|
|
14
|
+
@import 'query-builder/icons/material3.scss';
|
|
15
|
+
@import 'query-builder/all.scss';
|
package/styles/material3.css
CHANGED
|
@@ -50,52 +50,18 @@
|
|
|
50
50
|
border-radius: 4px;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
54
|
-
border-color: rgba(var(--color-sf-primary));
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
58
|
-
margin-top: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
62
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
63
|
-
background: rgba(0, 0, 0, 0.0001);
|
|
64
|
-
border-width: 0;
|
|
65
|
-
-webkit-box-shadow: none;
|
|
66
|
-
box-shadow: none;
|
|
67
|
-
margin-bottom: 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
71
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
72
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
73
|
-
background: rgba(0, 0, 0, 0.0001);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
53
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
77
54
|
margin: 0 6px;
|
|
78
55
|
min-height: 30px;
|
|
79
56
|
min-width: 30px;
|
|
80
57
|
}
|
|
81
58
|
|
|
82
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
83
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
84
|
-
min-height: 38px;
|
|
85
|
-
min-width: 38px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
59
|
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
89
60
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
90
61
|
min-height: 22px;
|
|
91
62
|
min-width: 22px;
|
|
92
63
|
}
|
|
93
64
|
|
|
94
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
95
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
96
|
-
padding: 4px 16px 4px 0;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
65
|
.e-input-group.e-ddl,
|
|
100
66
|
.e-input-group.e-ddl .e-input,
|
|
101
67
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -125,31 +91,6 @@
|
|
|
125
91
|
padding: 4px 5px 4px 12px;
|
|
126
92
|
}
|
|
127
93
|
|
|
128
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
129
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
130
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
131
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
132
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
133
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
134
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
135
|
-
min-height: 34px;
|
|
136
|
-
min-width: 34px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
140
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
141
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
142
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
143
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
144
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
145
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
146
|
-
padding: 8px 16px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
150
|
-
margin: 0 4px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
94
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
154
95
|
padding: 4px 8px;
|
|
155
96
|
}
|
|
@@ -283,9 +224,6 @@
|
|
|
283
224
|
left: 5px;
|
|
284
225
|
right: auto;
|
|
285
226
|
}
|
|
286
|
-
.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, .e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
|
|
287
|
-
padding-left: 14px;
|
|
288
|
-
}
|
|
289
227
|
.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, .e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete {
|
|
290
228
|
text-align: left;
|
|
291
229
|
}
|
|
@@ -635,13 +573,13 @@
|
|
|
635
573
|
margin-right: 10px;
|
|
636
574
|
}
|
|
637
575
|
.e-query-builder.e-multi-connector .e-group-container:not(:first-child) {
|
|
638
|
-
padding: 12px;
|
|
576
|
+
padding: 12px !important; /* stylelint-disable-line declaration-no-important */
|
|
639
577
|
border: 1px solid;
|
|
640
578
|
margin-top: 0;
|
|
641
579
|
border-radius: 4px;
|
|
642
580
|
}
|
|
643
581
|
.e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
|
|
644
|
-
padding: 12px;
|
|
582
|
+
padding: 12px !important; /* stylelint-disable-line declaration-no-important */
|
|
645
583
|
border: 1px solid;
|
|
646
584
|
border-radius: 4px;
|
|
647
585
|
}
|
|
@@ -658,8 +596,8 @@
|
|
|
658
596
|
.e-query-builder.e-multi-connector .e-group-action .e-btn:first-child {
|
|
659
597
|
margin-left: 0;
|
|
660
598
|
}
|
|
661
|
-
.e-query-builder.e-multi-connector .e-qb-toggle-btn
|
|
662
|
-
margin-
|
|
599
|
+
.e-query-builder.e-multi-connector .e-qb-toggle-btn {
|
|
600
|
+
margin-right: 6px !important; /* stylelint-disable-line declaration-no-important */
|
|
663
601
|
}
|
|
664
602
|
.e-query-builder.e-multi-connector .e-multi-connector-init-group {
|
|
665
603
|
height: 40px;
|
|
@@ -711,6 +649,101 @@
|
|
|
711
649
|
content: "\e805";
|
|
712
650
|
}
|
|
713
651
|
|
|
652
|
+
*.e-device .e-rule-value {
|
|
653
|
+
width: 100%;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.e-query-builder.e-device .e-rule-field .e-drag-qb-rule:not(.e-hidden),
|
|
657
|
+
.e-query-builder.e-device .e-dragclone.e-cloneproperties .e-rule-field {
|
|
658
|
+
display: block;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.e-query-builder.e-draggable .e-rule-list .e-group-container::before {
|
|
662
|
+
height: 26px;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.e-query-builder {
|
|
666
|
+
background: transparent;
|
|
667
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
668
|
+
}
|
|
669
|
+
.e-query-builder .e-group-header .e-btn-group {
|
|
670
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
671
|
+
}
|
|
672
|
+
.e-query-builder .e-disable .e-drag-qb-rule, .e-query-builder .e-disable.e-drag-qb-rule {
|
|
673
|
+
color: rgba(var(--color-sf-outline-variant));
|
|
674
|
+
}
|
|
675
|
+
.e-query-builder .e-group-container {
|
|
676
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
677
|
+
}
|
|
678
|
+
.e-query-builder .e-rule-container {
|
|
679
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
680
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
681
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
682
|
+
}
|
|
683
|
+
.e-query-builder .e-rule-container.e-joined-rule {
|
|
684
|
+
border-top-color: rgba(var(--color-sf-outline-variant));
|
|
685
|
+
}
|
|
686
|
+
.e-query-builder .e-rule-list .e-group-container {
|
|
687
|
+
background: transparent;
|
|
688
|
+
}
|
|
689
|
+
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
690
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
691
|
+
}
|
|
692
|
+
.e-query-builder .e-btn-group input:checked + label.e-btn, .e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle {
|
|
693
|
+
background: rgba(var(--color-sf-primary));
|
|
694
|
+
border-color: rgba(var(--color-sf-primary));
|
|
695
|
+
color: rgba(var(--color-sf-on-primary));
|
|
696
|
+
}
|
|
697
|
+
.e-query-builder .e-removerule.e-btn.e-round, .e-query-builder .e-lock-rule.e-btn.e-round, .e-query-builder .e-clone-rule.e-btn.e-round {
|
|
698
|
+
background: transparent;
|
|
699
|
+
}
|
|
700
|
+
.e-query-builder .e-removerule.e-btn.e-round.e-readonly, .e-query-builder .e-lock-rule.e-btn.e-round.e-readonly, .e-query-builder .e-clone-rule.e-btn.e-round.e-readonly {
|
|
701
|
+
display: none;
|
|
702
|
+
}
|
|
703
|
+
.e-query-builder .e-summary-content textarea {
|
|
704
|
+
background: transparent;
|
|
705
|
+
color: rgba(var(--color-sf-on-surface));
|
|
706
|
+
}
|
|
707
|
+
.e-query-builder .e-collapse-rule {
|
|
708
|
+
background: transparent;
|
|
709
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
710
|
+
color: rgba(var(--color-sf-on-surface));
|
|
711
|
+
}
|
|
712
|
+
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
713
|
+
background: rgba(var(--color-sf-outline-variant));
|
|
714
|
+
}
|
|
715
|
+
.e-query-builder.e-multi-connector .e-group-container:not(:first-child), .e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
|
|
716
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.e-tooltip-wrap.e-querybuilder-error,
|
|
720
|
+
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
721
|
+
background: rgba(var(--color-sf-error-container));
|
|
722
|
+
border-color: rgba(var(--color-sf-error-container));
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top,
|
|
726
|
+
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top {
|
|
727
|
+
border-bottom-color: rgba(var(--color-sf-error-container));
|
|
728
|
+
color: rgba(var(--color-sf-error-container));
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,
|
|
732
|
+
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom {
|
|
733
|
+
border-top-color: rgba(var(--color-sf-error-container));
|
|
734
|
+
color: rgba(var(--color-sf-error-container));
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
738
|
+
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
739
|
+
color: rgba(var(--color-sf-error));
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-query-builder.e-device.e-multi-connector .e-rule-list .e-group-container,
|
|
743
|
+
.e-bigger.e-query-builder.e-multi-connector .e-rule-list .e-group-container,
|
|
744
|
+
.e-bigger .e-query-builder.e-multi-connector .e-rule-list .e-group-container {
|
|
745
|
+
margin-top: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
746
|
+
}
|
|
714
747
|
.e-query-builder.e-device .e-group-container,
|
|
715
748
|
.e-bigger.e-query-builder .e-group-container,
|
|
716
749
|
.e-bigger .e-query-builder .e-group-container {
|
|
@@ -860,16 +893,12 @@
|
|
|
860
893
|
padding: 15px;
|
|
861
894
|
text-align: right;
|
|
862
895
|
}
|
|
863
|
-
*.e-device .e-rule-value {
|
|
864
|
-
width: 100%;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
896
|
*.e-bigger .e-group-body .e-rule-container .e-rule-filter, *.e-bigger .e-group-body .e-rule-container .e-rule-sub-filter, *.e-bigger .e-group-body .e-rule-container .e-operator, *.e-bigger .e-group-body .e-rule-container .e-value {
|
|
868
897
|
padding: 16px 16px 16px 16px;
|
|
869
898
|
}
|
|
870
899
|
|
|
871
|
-
.e-query-builder.e-device .e-rule-
|
|
872
|
-
|
|
900
|
+
.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, .e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
|
|
901
|
+
padding-left: 14px;
|
|
873
902
|
}
|
|
874
903
|
|
|
875
904
|
.e-bigger .e-query-builder .e-dragclone.e-cloneproperties .e-drag-qb-rule {
|
|
@@ -879,95 +908,10 @@
|
|
|
879
908
|
margin: 15px;
|
|
880
909
|
}
|
|
881
910
|
|
|
882
|
-
.e-query-builder.e-device .e-dragclone.e-cloneproperties .e-rule-field {
|
|
883
|
-
display: block;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.e-query-builder.e-draggable .e-rule-list .e-group-container::before {
|
|
887
|
-
height: 26px;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
911
|
.e-bigger .e-query-builder.e-draggable .e-rule-list .e-group-container::before {
|
|
891
912
|
height: 34px;
|
|
892
913
|
}
|
|
893
914
|
|
|
894
915
|
.e-bigger .e-query-builder .e-group-header .e-drag-qb-rule {
|
|
895
916
|
padding: 10px 10px 10px 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.e-query-builder {
|
|
899
|
-
background: transparent;
|
|
900
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
901
|
-
}
|
|
902
|
-
.e-query-builder .e-group-header .e-btn-group {
|
|
903
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
904
|
-
}
|
|
905
|
-
.e-query-builder .e-disable .e-drag-qb-rule, .e-query-builder .e-disable.e-drag-qb-rule {
|
|
906
|
-
color: rgba(var(--color-sf-outline-variant));
|
|
907
|
-
}
|
|
908
|
-
.e-query-builder .e-group-container {
|
|
909
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
910
|
-
}
|
|
911
|
-
.e-query-builder .e-rule-container {
|
|
912
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
913
|
-
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
914
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
915
|
-
}
|
|
916
|
-
.e-query-builder .e-rule-container.e-joined-rule {
|
|
917
|
-
border-top-color: rgba(var(--color-sf-outline-variant));
|
|
918
|
-
}
|
|
919
|
-
.e-query-builder .e-rule-list .e-group-container {
|
|
920
|
-
background: transparent;
|
|
921
|
-
}
|
|
922
|
-
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
923
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
924
|
-
}
|
|
925
|
-
.e-query-builder .e-btn-group input:checked + label.e-btn, .e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle {
|
|
926
|
-
background: rgba(var(--color-sf-primary));
|
|
927
|
-
border-color: rgba(var(--color-sf-primary));
|
|
928
|
-
color: rgba(var(--color-sf-on-primary));
|
|
929
|
-
}
|
|
930
|
-
.e-query-builder .e-removerule.e-btn.e-round, .e-query-builder .e-lock-rule.e-btn.e-round, .e-query-builder .e-clone-rule.e-btn.e-round {
|
|
931
|
-
background: transparent;
|
|
932
|
-
}
|
|
933
|
-
.e-query-builder .e-removerule.e-btn.e-round.e-readonly, .e-query-builder .e-lock-rule.e-btn.e-round.e-readonly, .e-query-builder .e-clone-rule.e-btn.e-round.e-readonly {
|
|
934
|
-
display: none;
|
|
935
|
-
}
|
|
936
|
-
.e-query-builder .e-summary-content textarea {
|
|
937
|
-
background: transparent;
|
|
938
|
-
color: rgba(var(--color-sf-on-surface));
|
|
939
|
-
}
|
|
940
|
-
.e-query-builder .e-collapse-rule {
|
|
941
|
-
background: transparent;
|
|
942
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
943
|
-
color: rgba(var(--color-sf-on-surface));
|
|
944
|
-
}
|
|
945
|
-
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
946
|
-
background: rgba(var(--color-sf-outline-variant));
|
|
947
|
-
}
|
|
948
|
-
.e-query-builder.e-multi-connector .e-group-container:not(:first-child), .e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
|
|
949
|
-
border-color: rgba(var(--color-sf-outline-variant));
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.e-tooltip-wrap.e-querybuilder-error,
|
|
953
|
-
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
954
|
-
background: rgba(var(--color-sf-error-container));
|
|
955
|
-
border-color: rgba(var(--color-sf-error-container));
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top,
|
|
959
|
-
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top {
|
|
960
|
-
border-bottom-color: rgba(var(--color-sf-error-container));
|
|
961
|
-
color: rgba(var(--color-sf-error-container));
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,
|
|
965
|
-
.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom {
|
|
966
|
-
border-top-color: rgba(var(--color-sf-error-container));
|
|
967
|
-
color: rgba(var(--color-sf-error-container));
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.e-tooltip-wrap.e-querybuilder-error .e-tip-content,
|
|
971
|
-
.e-tooltip-wrap.e-querybuilder-error .e-tip-content label {
|
|
972
|
-
color: rgba(var(--color-sf-error));
|
|
973
917
|
}
|
package/styles/material3.scss
CHANGED
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
@include export-module('querybuilder-bigger') {
|
|
2
|
+
.e-query-builder.e-device,
|
|
3
|
+
.e-bigger.e-query-builder,
|
|
4
|
+
.e-bigger .e-query-builder {
|
|
5
|
+
&.e-multi-connector {
|
|
6
|
+
& .e-rule-list .e-group-container {
|
|
7
|
+
margin-top: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
& .e-group-container {
|
|
11
|
+
padding: $device-rulecon-padding;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
& .e-rule-list > .e-group-container {
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
& .e-rule-list > .e-rule-container:not(:first-child)::before {
|
|
19
|
+
height: $biggerafter-ruleborder-height;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
& .e-rule-list > .e-group-container:first-child {
|
|
23
|
+
margin-top: 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
& .e-rule-list > ::before {
|
|
27
|
+
top: $qrybldr-bigger-rule-list-before-top;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
& .e-group-action .e-btn {
|
|
31
|
+
margin-left: $bigger-group-action-margin;
|
|
32
|
+
@if $skin-name == 'tailwind' {
|
|
33
|
+
font-size: 28px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
& .e-rule-list > :first-child::before {
|
|
38
|
+
top: $bigger-rule-list-first-top;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
& .e-rule-list {
|
|
42
|
+
padding: $qrybldr-bigger-rulelist;
|
|
43
|
+
padding-bottom: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
& .e-rule-list .e-group-container {
|
|
47
|
+
margin-top: $device-rulecon-padding;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
& .e-rule-container button.e-button-hide {
|
|
51
|
+
display: $qrybldr-button-hide !important; /* stylelint-disable-line declaration-no-important */
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
& .e-collapse-rule {
|
|
55
|
+
@if $theme-name == 'fluent2' {
|
|
56
|
+
font-size: 16px;
|
|
57
|
+
padding: 11px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
& .e-btn.e-small.e-round .e-btn-icon {
|
|
62
|
+
@if $theme-name == 'fluent2' {
|
|
63
|
+
font-size: 16px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
& .e-drag-qb-rule {
|
|
68
|
+
font-size: $qrybldr-drag-icon-bigger-font-size;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
& .e-group-header .e-btn-group .e-small.e-btn {
|
|
72
|
+
@if $theme-name == 'fluent2' {
|
|
73
|
+
font-size: 16px;
|
|
74
|
+
line-height: 20px;
|
|
75
|
+
padding: 8px 12px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
& .e-group-header .e-group-action .e-btn.e-small.e-round {
|
|
80
|
+
@include fluent2-bigger-small-round-btn;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
& .e-group-body {
|
|
84
|
+
padding-left: $bigger-groupbody-paddingleft;
|
|
85
|
+
|
|
86
|
+
& .e-rule-container {
|
|
87
|
+
margin-top: $qrybldr-rulecont-margin;
|
|
88
|
+
padding-right: $bigger-hrmode-ruledlt-mrgn;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
& .e-rule-container.e-vertical-mode {
|
|
92
|
+
width: auto;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
& .e-rule-container.e-separate-rule {
|
|
96
|
+
margin-top: $bigger-group-action-margin;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
& .e-rule-delete,
|
|
100
|
+
& .e-rule-container.e-vertical-mode .e-rule-delete {
|
|
101
|
+
margin-bottom: $device-rulecon-padding;
|
|
102
|
+
@if $skin-name != 'Material3' {
|
|
103
|
+
padding-right: $device-rulecon-right-padding;
|
|
104
|
+
}
|
|
105
|
+
right: 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
& .e-rule-container.e-horizontal-mode .e-rule-delete {
|
|
109
|
+
margin-bottom: 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
& .e-horizontal-mode .e-rule-delete,
|
|
113
|
+
& .e-horizontal-mode .e-lock-rule,
|
|
114
|
+
& .e-horizontal-mode .e-clone-rule {
|
|
115
|
+
display: $qrybldr-device-diaplay;
|
|
116
|
+
margin-left: $bigger-ruledelete-marginleft;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
& .e-horizontal-mode .e-rule-filter,
|
|
120
|
+
& .e-horizontal-mode .e-rule-sub-filter,
|
|
121
|
+
& .e-horizontal-mode .e-rule-operator,
|
|
122
|
+
& .e-horizontal-mode .e-rule-value,
|
|
123
|
+
& .e-horizontal-mode .e-rule-value-delete {
|
|
124
|
+
display: $qrybldr-device-diaplay;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
& .e-rule-value.e-custom-value {
|
|
128
|
+
width: 200px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
& .e-rule-value {
|
|
132
|
+
&.e-hide {
|
|
133
|
+
display: none;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
& .e-rule-value {
|
|
138
|
+
&.e-show {
|
|
139
|
+
display: inline-block;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
& .e-rule-field,
|
|
144
|
+
& .e-rule-delete {
|
|
145
|
+
&.e-btn.e-small.e-round {
|
|
146
|
+
box-shadow: $ruledelete-shadow;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
& .e-btn.e-small.e-round {
|
|
150
|
+
@include fluent2-bigger-small-round-btn;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
& .e-summary-text {
|
|
156
|
+
font-size: $qrybldr-bigger-smrytxt-font-size;
|
|
157
|
+
line-height: $qrybldr-summary-line-height;
|
|
158
|
+
padding: $qrybldr-bigger-summary-padding;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
& .e-summary-btndiv {
|
|
162
|
+
padding: $qrybldr-bigger-summary-btn-padding;
|
|
163
|
+
text-align: $qrybldr-rulelist-grcon-float;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
& .e-dropdown-btn.e-round.e-small .e-add-icon {
|
|
167
|
+
@if $skin-name == 'tailwind' {
|
|
168
|
+
line-height: 2 !important; /* stylelint-disable-line declaration-no-important */
|
|
169
|
+
}
|
|
170
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' {
|
|
171
|
+
line-height: .8em !important; /* stylelint-disable-line declaration-no-important */
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
#{if(&, '&', '*')}.e-bigger .e-group-body .e-rule-container {
|
|
177
|
+
& .e-rule-filter,
|
|
178
|
+
& .e-rule-sub-filter,
|
|
179
|
+
& .e-operator,
|
|
180
|
+
& .e-value {
|
|
181
|
+
padding: $bigger-rulecon-padding;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-query-builder.e-rtl.e-bigger {
|
|
186
|
+
&.e-device .e-group-body .e-rule-container .e-rule-delete,
|
|
187
|
+
& .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
|
|
188
|
+
padding-left: $qrybldr-touch-btn-left;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-bigger .e-query-builder .e-dragclone.e-cloneproperties {
|
|
193
|
+
& .e-drag-qb-rule {
|
|
194
|
+
padding: 24px 5px;
|
|
195
|
+
}
|
|
196
|
+
& .e-rule-value-delete {
|
|
197
|
+
margin: 15px;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.e-bigger .e-query-builder.e-draggable .e-rule-list .e-group-container::before {
|
|
202
|
+
height: $qrybldr-drag-grp-big-list-heg;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.e-bigger .e-query-builder .e-group-header .e-drag-qb-rule {
|
|
206
|
+
padding: $qrybldr-drag-grp-big-icon-pad !important; /* stylelint-disable-line declaration-no-important */
|
|
207
|
+
}
|
|
208
|
+
}
|
|
@@ -112,4 +112,4 @@ $qrybldr-drag-grp-icon-pad: 10px 10px 10px 2px !default;
|
|
|
112
112
|
$qrybldr-drag-grp-list-heg: 28px !default;
|
|
113
113
|
$qrybldr-drag-grp-big-list-heg: 34px !default;
|
|
114
114
|
$qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
115
|
-
$qryblr-drag-icon-color: $
|
|
115
|
+
$qryblr-drag-icon-color: $icon-color !default;
|