react-autoql 7.2.4-alpha.1 → 7.3.0-alpha.0
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/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +81 -30
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -931,6 +931,7 @@ span.react-autoql-icon {
|
|
|
931
931
|
padding: 0 20px;
|
|
932
932
|
display: flex;
|
|
933
933
|
justify-content: space-between;
|
|
934
|
+
align-items: center;
|
|
934
935
|
line-height: 36px;
|
|
935
936
|
-webkit-user-select: none;
|
|
936
937
|
-moz-user-select: none;
|
|
@@ -1058,7 +1059,7 @@ g.legendOrdinal tspan {
|
|
|
1058
1059
|
stroke: transparent;
|
|
1059
1060
|
opacity: 0.5; }
|
|
1060
1061
|
.axis-scaler-border:hover {
|
|
1061
|
-
stroke:
|
|
1062
|
+
stroke: var(--react-autoql-accent-color); }
|
|
1062
1063
|
|
|
1063
1064
|
.react-autoql-axis-selector-arrow {
|
|
1064
1065
|
opacity: 1 !important; }
|
|
@@ -1122,8 +1123,10 @@ g.legendOrdinal tspan {
|
|
|
1122
1123
|
font-size: 12px;
|
|
1123
1124
|
line-height: 25px;
|
|
1124
1125
|
cursor: default; }
|
|
1125
|
-
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol
|
|
1126
|
-
|
|
1126
|
+
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol,
|
|
1127
|
+
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-select-text {
|
|
1128
|
+
color: var(--react-autoql-accent-color);
|
|
1129
|
+
font-weight: 600; }
|
|
1127
1130
|
.number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header {
|
|
1128
1131
|
display: flex;
|
|
1129
1132
|
justify-content: space-between;
|
|
@@ -1139,11 +1142,10 @@ g.legendOrdinal tspan {
|
|
|
1139
1142
|
.number-axis-selector-popover .number-axis-selector-popover-content .axis-series-selector .react-autoql-selectable-list {
|
|
1140
1143
|
margin-bottom: 10px; }
|
|
1141
1144
|
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-select.agg-type-symbol {
|
|
1142
|
-
display: inline-block;
|
|
1143
1145
|
font-weight: 600;
|
|
1144
1146
|
font-size: 12px;
|
|
1145
|
-
|
|
1146
|
-
height:
|
|
1147
|
+
height: 26px;
|
|
1148
|
+
line-height: 25px;
|
|
1147
1149
|
margin: 3px 10px;
|
|
1148
1150
|
padding: 0 8px; }
|
|
1149
1151
|
|
|
@@ -1753,6 +1755,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1753
1755
|
box-shadow: 0 0 14px 1px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15));
|
|
1754
1756
|
padding: 0 !important;
|
|
1755
1757
|
margin: auto auto;
|
|
1758
|
+
margin-top: 5vh;
|
|
1756
1759
|
max-width: 90vw;
|
|
1757
1760
|
max-height: calc(100vh - 90px); }
|
|
1758
1761
|
.ReactModal__Content input.react-autoql-input,
|
|
@@ -1901,6 +1904,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1901
1904
|
flex-direction: column;
|
|
1902
1905
|
flex: 1;
|
|
1903
1906
|
width: 100%; }
|
|
1907
|
+
.react-autoql-notification-rule-container .react-autoql-rule-input input {
|
|
1908
|
+
line-height: 37px; }
|
|
1904
1909
|
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
1905
1910
|
display: flex;
|
|
1906
1911
|
flex: 1; }
|
|
@@ -1912,7 +1917,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1912
1917
|
flex: 1; }
|
|
1913
1918
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
1914
1919
|
flex: 0;
|
|
1915
|
-
flex-basis: 33px;
|
|
1920
|
+
flex-basis: 33px;
|
|
1921
|
+
height: 39px; }
|
|
1916
1922
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
1917
1923
|
flex: 1;
|
|
1918
1924
|
margin-left: 4px; }
|
|
@@ -1927,8 +1933,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1927
1933
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
1928
1934
|
margin: 0; }
|
|
1929
1935
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
1930
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
1931
|
-
+ .react-autoql-rule-term-type-selector {
|
|
1936
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus + .react-autoql-rule-term-type-selector {
|
|
1932
1937
|
color: var(--react-autoql-accent-color, #26a7df);
|
|
1933
1938
|
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
1934
1939
|
|
|
@@ -2773,7 +2778,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2773
2778
|
width: 100%;
|
|
2774
2779
|
min-height: 80px;
|
|
2775
2780
|
border-radius: 4px;
|
|
2776
|
-
border: 1px solid
|
|
2781
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
2777
2782
|
margin-top: 15px;
|
|
2778
2783
|
padding: 5px 10px;
|
|
2779
2784
|
outline: none !important; }
|
|
@@ -4557,7 +4562,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4557
4562
|
.dashboard-tile-right-input-container .title-input-icon,
|
|
4558
4563
|
.dashboard-tile-left-input-container .title-input-icon {
|
|
4559
4564
|
font-size: 16px;
|
|
4560
|
-
top:
|
|
4565
|
+
top: 6px;
|
|
4561
4566
|
left: 11px; }
|
|
4562
4567
|
|
|
4563
4568
|
.dashboard-tile-input.second.query {
|
|
@@ -4732,34 +4737,69 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4732
4737
|
background: inherit; }
|
|
4733
4738
|
|
|
4734
4739
|
.react-autoql-dashboard-container {
|
|
4735
|
-
background:
|
|
4736
|
-
height: 100%;
|
|
4740
|
+
background: transparent;
|
|
4737
4741
|
width: 100%;
|
|
4738
4742
|
overflow: hidden;
|
|
4739
|
-
padding-top: 3px;
|
|
4743
|
+
padding-top: 3px;
|
|
4744
|
+
min-width: 500px; }
|
|
4740
4745
|
|
|
4741
4746
|
.react-autoql-dashboard-container.edit-mode {
|
|
4742
4747
|
padding-bottom: 200px; }
|
|
4743
4748
|
|
|
4744
|
-
.dashboard-drilldown-modal .
|
|
4745
|
-
top:
|
|
4746
|
-
|
|
4747
|
-
|
|
4749
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .layout-splitter {
|
|
4750
|
+
margin-top: 8px;
|
|
4751
|
+
background: var(--react-autoql-text-color-primary);
|
|
4752
|
+
opacity: 0.6; }
|
|
4748
4753
|
|
|
4749
|
-
.dashboard-drilldown-modal .dashboard-drilldown-modal-content
|
|
4750
|
-
|
|
4751
|
-
|
|
4754
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .splitter-collapse-btn {
|
|
4755
|
+
display: flex;
|
|
4756
|
+
justify-content: center;
|
|
4757
|
+
line-height: 22px;
|
|
4758
|
+
width: 20px;
|
|
4759
|
+
height: 20px;
|
|
4760
|
+
border-radius: 10px;
|
|
4761
|
+
margin-left: 90%;
|
|
4762
|
+
transform: translate(-11px, -11px);
|
|
4763
|
+
background: var(--react-autoql-background-color-secondary);
|
|
4764
|
+
border: 1px solid var(--react-autoql-text-color-primary);
|
|
4765
|
+
transition: border-color 0.2s ease, color 0.2s ease;
|
|
4766
|
+
cursor: pointer; }
|
|
4767
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .splitter-collapse-btn:hover {
|
|
4768
|
+
border-color: var(--react-autoql-accent-color);
|
|
4769
|
+
color: var(--react-autoql-accent-color); }
|
|
4770
|
+
|
|
4771
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary), .dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .layout-pane:not(.layout-pane-primary) {
|
|
4772
|
+
flex: 1; }
|
|
4773
|
+
|
|
4774
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original {
|
|
4752
4775
|
transition: opacity 0.3s ease, height 0.3s ease;
|
|
4753
4776
|
visibility: hidden;
|
|
4754
4777
|
pointer-events: none;
|
|
4755
|
-
opacity: 0;
|
|
4756
4778
|
height: 0; }
|
|
4757
4779
|
|
|
4758
|
-
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-
|
|
4759
|
-
|
|
4780
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter {
|
|
4781
|
+
margin-top: 14px; }
|
|
4760
4782
|
|
|
4761
|
-
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.
|
|
4762
|
-
|
|
4783
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .splitter-collapse-btn {
|
|
4784
|
+
transform: translate(-11px, -11px) rotate(180deg); }
|
|
4785
|
+
|
|
4786
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane.layout-pane-primary {
|
|
4787
|
+
flex: 0;
|
|
4788
|
+
overflow: hidden; }
|
|
4789
|
+
|
|
4790
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .react-autoql-dashboard-drilldown-original,
|
|
4791
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .layout-pane.layout-pane-primary,
|
|
4792
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .splitter-collapse-btn,
|
|
4793
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .layout-splitter {
|
|
4794
|
+
visibility: hidden;
|
|
4795
|
+
pointer-events: none;
|
|
4796
|
+
padding: 0;
|
|
4797
|
+
margin: 0;
|
|
4798
|
+
height: 0;
|
|
4799
|
+
flex: 0; }
|
|
4800
|
+
|
|
4801
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content.table-only .react-autoql-dashboard-drilldown-table {
|
|
4802
|
+
padding-top: 10px; }
|
|
4763
4803
|
|
|
4764
4804
|
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-modal-body {
|
|
4765
4805
|
padding: 0; }
|
|
@@ -4770,9 +4810,19 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4770
4810
|
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .splitter-layout {
|
|
4771
4811
|
height: calc(100% - 55px); }
|
|
4772
4812
|
|
|
4813
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .dashboard-drilldown-table-and-toolbars-container {
|
|
4814
|
+
height: 100%;
|
|
4815
|
+
display: flex;
|
|
4816
|
+
flex-direction: column;
|
|
4817
|
+
overflow: hidden; }
|
|
4818
|
+
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .dashboard-drilldown-table-and-toolbars-container .drilldown-modal-toolbars {
|
|
4819
|
+
flex: 0;
|
|
4820
|
+
display: flex;
|
|
4821
|
+
justify-content: space-between;
|
|
4822
|
+
align-items: center; }
|
|
4823
|
+
|
|
4773
4824
|
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-dashboard-drilldown-original {
|
|
4774
|
-
padding:
|
|
4775
|
-
padding-bottom: 10px; }
|
|
4825
|
+
padding-top: 10px; }
|
|
4776
4826
|
|
|
4777
4827
|
.dashboard-drilldown-modal .dashboard-drilldown-modal-content .drilldown-hide-chart-btn {
|
|
4778
4828
|
text-align: right;
|
|
@@ -4788,8 +4838,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4788
4838
|
margin-bottom: -8px; }
|
|
4789
4839
|
|
|
4790
4840
|
.dashboard-drilldown-modal .react-autoql-dashboard-drilldown-table {
|
|
4791
|
-
|
|
4792
|
-
padding
|
|
4841
|
+
flex: 1;
|
|
4842
|
+
padding: 10px 20px;
|
|
4843
|
+
padding-top: 0;
|
|
4793
4844
|
overflow: hidden;
|
|
4794
4845
|
height: 100%;
|
|
4795
4846
|
width: 100%; }
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|