react-autoql 8.0.0-alpha.12 → 8.0.0-alpha.13
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 +62 -47
- 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 +2 -3
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -7,9 +7,6 @@
|
|
|
7
7
|
text-align: center;
|
|
8
8
|
padding-top: 10px; }
|
|
9
9
|
|
|
10
|
-
.react-autosuggest__suggestions-container--open::-webkit-scrollbar {
|
|
11
|
-
visibility: visible !important; }
|
|
12
|
-
|
|
13
10
|
span .react-autoql-icon {
|
|
14
11
|
vertical-align: middle;
|
|
15
12
|
padding-bottom: 3px; }
|
|
@@ -539,8 +536,8 @@ a {
|
|
|
539
536
|
|
|
540
537
|
.react-autoql-btn.disabled {
|
|
541
538
|
opacity: 0.4;
|
|
542
|
-
cursor: not-allowed;
|
|
543
|
-
pointer-events: none; }
|
|
539
|
+
cursor: not-allowed !important;
|
|
540
|
+
pointer-events: none !important; }
|
|
544
541
|
|
|
545
542
|
.react-autoql-btn.react-autoql-btn-small {
|
|
546
543
|
padding: 2px 8px;
|
|
@@ -622,10 +619,10 @@ a {
|
|
|
622
619
|
.react-autoql-table-container.loading {
|
|
623
620
|
pointer-events: none; }
|
|
624
621
|
.react-autoql-table-container.hidden {
|
|
625
|
-
visibility: hidden;
|
|
626
|
-
position: absolute;
|
|
627
|
-
pointer-events: none;
|
|
628
|
-
opacity: 0; }
|
|
622
|
+
visibility: hidden !important;
|
|
623
|
+
position: absolute !important;
|
|
624
|
+
pointer-events: none !important;
|
|
625
|
+
opacity: 0 !important; }
|
|
629
626
|
.react-autoql-table-container.empty:not(.filtering) .tabulator-headers {
|
|
630
627
|
overflow: hidden;
|
|
631
628
|
height: 37px !important; }
|
|
@@ -680,7 +677,8 @@ a {
|
|
|
680
677
|
.react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
|
|
681
678
|
opacity: 0;
|
|
682
679
|
visibility: hidden;
|
|
683
|
-
pointer-events: none;
|
|
680
|
+
pointer-events: none;
|
|
681
|
+
line-height: 14px; }
|
|
684
682
|
.react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
|
|
685
683
|
min-height: calc(100% - 37px) !important;
|
|
686
684
|
height: calc(100% - 37px) !important;
|
|
@@ -1005,16 +1003,19 @@ a {
|
|
|
1005
1003
|
.react-autoql-list-item:not(:last-child) {
|
|
1006
1004
|
border-bottom: 1px solid #d3d3d34a; }
|
|
1007
1005
|
|
|
1008
|
-
.scrollbar-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
.
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1006
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y,
|
|
1007
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x {
|
|
1008
|
+
background-color: transparent; }
|
|
1009
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y:hover, .react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y.ps--clicking,
|
|
1010
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x:hover,
|
|
1011
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x.ps--clicking {
|
|
1012
|
+
background-color: transparent; }
|
|
1013
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y .ps__thumb-y,
|
|
1014
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-y .ps__thumb-x,
|
|
1015
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x .ps__thumb-y,
|
|
1016
|
+
.react-autoql-custom-scrollbars.scrollbar-container .ps__rail-x .ps__thumb-x {
|
|
1017
|
+
background-color: var(--react-autoql-highlight-color);
|
|
1018
|
+
opacity: 0.5; }
|
|
1018
1019
|
|
|
1019
1020
|
.react-autoql-menu {
|
|
1020
1021
|
list-style-type: none;
|
|
@@ -1458,9 +1459,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1458
1459
|
|
|
1459
1460
|
.react-autoql-response-content-container.table {
|
|
1460
1461
|
max-height: 100vh !important;
|
|
1461
|
-
overflow-y: scroll;
|
|
1462
|
-
scrollbar-width: none;
|
|
1463
1462
|
margin-bottom: 0 !important;
|
|
1463
|
+
overflow-y: auto;
|
|
1464
1464
|
height: 100%;
|
|
1465
1465
|
width: 100%; }
|
|
1466
1466
|
|
|
@@ -1741,21 +1741,24 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1741
1741
|
.viz-toolbar.vertical {
|
|
1742
1742
|
flex-direction: column; }
|
|
1743
1743
|
|
|
1744
|
-
.react-autoql-toolbar-btn {
|
|
1744
|
+
.react-autoql-btn.react-autoql-toolbar-btn {
|
|
1745
1745
|
height: 28px;
|
|
1746
1746
|
width: 28px;
|
|
1747
1747
|
display: flex;
|
|
1748
|
+
position: relative;
|
|
1748
1749
|
justify-content: center;
|
|
1749
1750
|
align-items: center;
|
|
1750
|
-
|
|
1751
|
-
|
|
1751
|
+
padding: 0;
|
|
1752
|
+
margin: 0;
|
|
1753
|
+
background: none !important;
|
|
1754
|
+
border: none !important;
|
|
1752
1755
|
outline: none !important;
|
|
1753
1756
|
font-size: 16px;
|
|
1754
1757
|
color: var(--react-autoql-text-color-primary);
|
|
1755
1758
|
cursor: pointer; }
|
|
1756
|
-
.react-autoql-toolbar-btn.filter-btn {
|
|
1759
|
+
.react-autoql-btn.react-autoql-toolbar-btn.filter-btn {
|
|
1757
1760
|
line-height: 24px; }
|
|
1758
|
-
.react-autoql-toolbar-btn.selected {
|
|
1761
|
+
.react-autoql-btn.react-autoql-toolbar-btn.selected {
|
|
1759
1762
|
color: var(--react-autoql-accent-color); }
|
|
1760
1763
|
|
|
1761
1764
|
.react-autoql-toolbar-btn.green {
|
|
@@ -1839,7 +1842,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1839
1842
|
padding: 0 !important;
|
|
1840
1843
|
margin-top: 20px;
|
|
1841
1844
|
margin-bottom: 30px;
|
|
1842
|
-
max-width:
|
|
1845
|
+
max-width: calc(100vw - 160px);
|
|
1843
1846
|
max-height: calc(100vh - 90px); }
|
|
1844
1847
|
.ReactModal__Content input.react-autoql-input,
|
|
1845
1848
|
.ReactModal__Content textarea.react-autoql-input,
|
|
@@ -2563,6 +2566,17 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2563
2566
|
display: inline-flex;
|
|
2564
2567
|
align-items: flex-end; }
|
|
2565
2568
|
|
|
2569
|
+
.data-alert-schedule-builder-step .data-alert-schedule-step-type-selector {
|
|
2570
|
+
border-bottom: 1px solid var(--react-autoql-accent-color);
|
|
2571
|
+
height: 1.5em;
|
|
2572
|
+
margin: 0 5px;
|
|
2573
|
+
padding: 0; }
|
|
2574
|
+
.data-alert-schedule-builder-step .data-alert-schedule-step-type-selector .react-autoql-select-arrow {
|
|
2575
|
+
padding-bottom: 3px; }
|
|
2576
|
+
.data-alert-schedule-builder-step .data-alert-schedule-step-type-selector .react-autoql-select-text {
|
|
2577
|
+
line-height: 1em;
|
|
2578
|
+
height: 1em; }
|
|
2579
|
+
|
|
2566
2580
|
.data-alert-schedule-builder-step .schedule-builder-at-connector {
|
|
2567
2581
|
padding-bottom: 8px; }
|
|
2568
2582
|
|
|
@@ -2582,7 +2596,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2582
2596
|
|
|
2583
2597
|
.data-alert-schedule-builder-step .frequency-type-container {
|
|
2584
2598
|
padding: 3px 5px;
|
|
2585
|
-
margin-bottom:
|
|
2599
|
+
margin-bottom: 20px; }
|
|
2586
2600
|
.data-alert-schedule-builder-step .frequency-type-container .react-autoql-select {
|
|
2587
2601
|
padding-left: 2px; }
|
|
2588
2602
|
|
|
@@ -2780,13 +2794,11 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2780
2794
|
padding: 8px 10px; }
|
|
2781
2795
|
|
|
2782
2796
|
.react-autoql-data-alert-modal-content {
|
|
2783
|
-
height: 400px;
|
|
2784
|
-
max-height: 90vh;
|
|
2785
2797
|
display: flex;
|
|
2786
2798
|
flex-direction: column; }
|
|
2787
2799
|
.react-autoql-data-alert-modal-content .react-autoql-steps-hoz-container {
|
|
2788
2800
|
padding: 40px 100px;
|
|
2789
|
-
padding-bottom:
|
|
2801
|
+
padding-bottom: 35px; }
|
|
2790
2802
|
.react-autoql-data-alert-modal-content .react-autoql-data-alert-modal-step {
|
|
2791
2803
|
font-weight: 400;
|
|
2792
2804
|
font-size: 15px;
|
|
@@ -2947,7 +2959,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2947
2959
|
.react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-section-cycle,
|
|
2948
2960
|
.react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-state,
|
|
2949
2961
|
.react-autoql-notification-settings .react-autoql-notification-setting-item.data-alert-disabled .data-alert-section-cycle-start {
|
|
2950
|
-
opacity: 0.
|
|
2962
|
+
opacity: 0.5; }
|
|
2951
2963
|
.react-autoql-notification-settings .react-autoql-data-alert-list-item-section {
|
|
2952
2964
|
flex: 1 0 50px;
|
|
2953
2965
|
display: flex;
|
|
@@ -2966,7 +2978,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2966
2978
|
display: flex;
|
|
2967
2979
|
justify-content: center;
|
|
2968
2980
|
align-items: center;
|
|
2969
|
-
font-size: 13px;
|
|
2981
|
+
font-size: 13px;
|
|
2982
|
+
cursor: default; }
|
|
2970
2983
|
.react-autoql-notification-settings .react-autoql-data-alert-list-item-section .data-alert-section-content {
|
|
2971
2984
|
padding: 8px 12px; }
|
|
2972
2985
|
.react-autoql-notification-settings .react-autoql-data-alert-list-item-section .data-alert-header-item {
|
|
@@ -2977,8 +2990,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2977
2990
|
justify-content: flex-start; }
|
|
2978
2991
|
.react-autoql-notification-settings .react-autoql-data-alert-list-item-section:last-child {
|
|
2979
2992
|
flex: 0 0 auto;
|
|
2980
|
-
padding-right: 12px;
|
|
2981
|
-
justify-content: flex-end; }
|
|
2993
|
+
padding-right: 12px; }
|
|
2982
2994
|
.react-autoql-notification-settings .empty-list-message {
|
|
2983
2995
|
color: var(--react-autoql-text-color-primary);
|
|
2984
2996
|
text-align: center;
|
|
@@ -3611,8 +3623,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3611
3623
|
height: 100%;
|
|
3612
3624
|
width: 100%;
|
|
3613
3625
|
padding-bottom: 158px;
|
|
3614
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
3615
|
-
|
|
3626
|
+
background-color: var(--react-autoql-background-color-primary); }
|
|
3627
|
+
.chat-content-scroll-container .chat-content-scrollbars-container {
|
|
3628
|
+
padding-top: 10px; }
|
|
3616
3629
|
|
|
3617
3630
|
.react-autoql-drawer .response-loading-container {
|
|
3618
3631
|
position: absolute;
|
|
@@ -3900,13 +3913,15 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3900
3913
|
font-size: 13px;
|
|
3901
3914
|
margin-top: 20px;
|
|
3902
3915
|
margin-bottom: 10px; }
|
|
3903
|
-
.data-explorer-section .data-preview-scroll-container
|
|
3904
|
-
.data-explorer-section .custom-scrollbar-view {
|
|
3916
|
+
.data-explorer-section .data-preview-scroll-container {
|
|
3905
3917
|
width: 100%;
|
|
3906
3918
|
height: 100%;
|
|
3907
3919
|
white-space: nowrap;
|
|
3908
3920
|
text-overflow: ellipsis;
|
|
3909
3921
|
overflow: auto; }
|
|
3922
|
+
.data-explorer-section .react-autoql-custom-scrollbars {
|
|
3923
|
+
white-space: nowrap;
|
|
3924
|
+
text-overflow: ellipsis; }
|
|
3910
3925
|
.data-explorer-section .data-explorer-data-preview {
|
|
3911
3926
|
flex: 0 0 auto;
|
|
3912
3927
|
overflow: hidden;
|
|
@@ -4092,10 +4107,10 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4092
4107
|
align-items: center; }
|
|
4093
4108
|
.data-explorer-page-container .data-explorer-card-placeholder.data-preview {
|
|
4094
4109
|
height: 165px; }
|
|
4095
|
-
.data-explorer-page-container .
|
|
4110
|
+
.data-explorer-page-container .data-preview-scroll-container {
|
|
4096
4111
|
color: var(--react-autoql-text-color-primary);
|
|
4097
4112
|
flex: 1; }
|
|
4098
|
-
.data-explorer-page-container .
|
|
4113
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item {
|
|
4099
4114
|
cursor: pointer;
|
|
4100
4115
|
position: relative;
|
|
4101
4116
|
padding: 3px;
|
|
@@ -4106,18 +4121,18 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4106
4121
|
flex-wrap: nowrap;
|
|
4107
4122
|
align-items: center;
|
|
4108
4123
|
font-weight: 600; }
|
|
4109
|
-
.data-explorer-page-container .
|
|
4124
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item:hover {
|
|
4110
4125
|
text-decoration: underline; }
|
|
4111
|
-
.data-explorer-page-container .
|
|
4126
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text {
|
|
4112
4127
|
display: flex;
|
|
4113
4128
|
align-items: center;
|
|
4114
4129
|
flex-wrap: nowrap; }
|
|
4115
|
-
.data-explorer-page-container .
|
|
4130
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text .react-autoql-icon {
|
|
4116
4131
|
margin-right: 5px; }
|
|
4117
|
-
.data-explorer-page-container .
|
|
4132
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item .query-suggestion-text .react-autoql-icon svg {
|
|
4118
4133
|
stroke-width: 1px;
|
|
4119
4134
|
stroke: currentColor; }
|
|
4120
|
-
.data-explorer-page-container .
|
|
4135
|
+
.data-explorer-page-container .data-preview-scroll-container .query-tip-item .animated-item {
|
|
4121
4136
|
animation: fadeIn 0.3s linear;
|
|
4122
4137
|
animation-fill-mode: both; }
|
|
4123
4138
|
.data-explorer-page-container .chat-bar-clear-btn {
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|