react-autoql 7.2.1-alpha.8 → 7.2.1
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 +40 -17
- 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 -2
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -576,6 +576,8 @@ span.react-autoql-icon {
|
|
|
576
576
|
.react-autoql-table-container .react-autoql-tabulator-container .tabulator-cell,
|
|
577
577
|
.react-autoql-table-container .react-autoql-tabulator-container .tabulator-col {
|
|
578
578
|
color: var(--react-autoql-text-color-primary); }
|
|
579
|
+
.react-autoql-table-container.loading {
|
|
580
|
+
pointer-events: none; }
|
|
579
581
|
.react-autoql-table-container.hidden {
|
|
580
582
|
visibility: hidden;
|
|
581
583
|
position: absolute;
|
|
@@ -600,11 +602,13 @@ span.react-autoql-icon {
|
|
|
600
602
|
width: 100vw; }
|
|
601
603
|
.react-autoql-table-container.resizing .react-autoql-table {
|
|
602
604
|
visibility: hidden;
|
|
603
|
-
opacity: 0;
|
|
605
|
+
opacity: 0;
|
|
606
|
+
pointer-events: none; }
|
|
604
607
|
.react-autoql-table-container.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
|
|
605
608
|
.react-autoql-table-container .tabulator-col.DRILLDOWN .tabulator-header-filter {
|
|
606
609
|
visibility: hidden;
|
|
607
|
-
opacity: 0;
|
|
610
|
+
opacity: 0;
|
|
611
|
+
pointer-events: none; }
|
|
608
612
|
.react-autoql-table-container.limited .tabulator-col .tabulator-header-filter,
|
|
609
613
|
.react-autoql-table-container.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
|
|
610
614
|
visibility: visible;
|
|
@@ -631,7 +635,8 @@ span.react-autoql-icon {
|
|
|
631
635
|
height: 35px; }
|
|
632
636
|
.react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
|
|
633
637
|
opacity: 0;
|
|
634
|
-
visibility: hidden;
|
|
638
|
+
visibility: hidden;
|
|
639
|
+
pointer-events: none; }
|
|
635
640
|
.react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
|
|
636
641
|
min-height: calc(100% - 37px) !important;
|
|
637
642
|
height: calc(100% - 37px) !important;
|
|
@@ -656,7 +661,9 @@ span.react-autoql-icon {
|
|
|
656
661
|
.react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
|
|
657
662
|
cursor: text; }
|
|
658
663
|
.react-autoql-table-container.animating .react-autoql-table {
|
|
659
|
-
visibility: hidden;
|
|
664
|
+
visibility: hidden;
|
|
665
|
+
pointer-events: none;
|
|
666
|
+
opacity: 0; }
|
|
660
667
|
.react-autoql-table-container .react-autoql-table.tabulator {
|
|
661
668
|
background-color: inherit;
|
|
662
669
|
border-color: transparent;
|
|
@@ -701,7 +708,8 @@ span.react-autoql-icon {
|
|
|
701
708
|
.react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col {
|
|
702
709
|
text-align: center !important;
|
|
703
710
|
border-color: transparent;
|
|
704
|
-
background-color: var(--react-autoql-background-color-secondary);
|
|
711
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
712
|
+
min-height: 35px; }
|
|
705
713
|
.react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
|
|
706
714
|
padding-left: 12px !important;
|
|
707
715
|
padding-right: 15px !important; }
|
|
@@ -764,7 +772,8 @@ span.react-autoql-icon {
|
|
|
764
772
|
top: 0;
|
|
765
773
|
bottom: 0;
|
|
766
774
|
right: 0;
|
|
767
|
-
left: 0;
|
|
775
|
+
left: 0;
|
|
776
|
+
pointer-events: none; }
|
|
768
777
|
.table-loader.table-page-loader .page-loader-spinner {
|
|
769
778
|
display: flex;
|
|
770
779
|
justify-content: center;
|
|
@@ -1173,7 +1182,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1173
1182
|
visibility: hidden;
|
|
1174
1183
|
flex: 0 0 0;
|
|
1175
1184
|
opacity: 0;
|
|
1176
|
-
flex-basis: 0 !important;
|
|
1185
|
+
flex-basis: 0 !important;
|
|
1186
|
+
pointer-events: none; }
|
|
1177
1187
|
.react-autoql-chart-container svg {
|
|
1178
1188
|
background: transparent !important;
|
|
1179
1189
|
color: var(--react-autoql-text-color-primary) !important; }
|
|
@@ -1301,7 +1311,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1301
1311
|
opacity: 0.6;
|
|
1302
1312
|
background-color: var(--react-autoql-background-color-primary);
|
|
1303
1313
|
color: var(--react-autoql-accent-color);
|
|
1304
|
-
border-radius: 10%;
|
|
1314
|
+
border-radius: 10%;
|
|
1315
|
+
pointer-events: none; }
|
|
1305
1316
|
.chart-loader.chart-page-loader {
|
|
1306
1317
|
top: 25%;
|
|
1307
1318
|
bottom: 0;
|
|
@@ -1517,7 +1528,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1517
1528
|
line-height: 22px;
|
|
1518
1529
|
font-size: 13px;
|
|
1519
1530
|
padding: 7px 15px;
|
|
1520
|
-
transition:
|
|
1531
|
+
transition: left 0.2s ease, top 0.2s ease !important;
|
|
1521
1532
|
text-align: left !important;
|
|
1522
1533
|
opacity: 1 !important;
|
|
1523
1534
|
z-index: 999999 !important;
|
|
@@ -1759,9 +1770,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1759
1770
|
.react-autoql-modal-body {
|
|
1760
1771
|
display: flex;
|
|
1761
1772
|
flex-direction: column;
|
|
1762
|
-
padding: 20px
|
|
1763
|
-
flex: 1;
|
|
1764
|
-
overflow: hidden !important; }
|
|
1773
|
+
padding: 10px 20px;
|
|
1774
|
+
flex: 1; }
|
|
1765
1775
|
.react-autoql-modal-body h3 {
|
|
1766
1776
|
color: var(--react-autoql-text-color-primary); }
|
|
1767
1777
|
|
|
@@ -2416,6 +2426,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2416
2426
|
|
|
2417
2427
|
.react-autoql-notification-message-input {
|
|
2418
2428
|
width: 100%; }
|
|
2429
|
+
.react-autoql-notification-message-input textarea {
|
|
2430
|
+
width: 100% !important; }
|
|
2419
2431
|
|
|
2420
2432
|
.react-autoql-notification-list-item:nth-of-type(1) {
|
|
2421
2433
|
animation-delay: 0s; }
|
|
@@ -2451,6 +2463,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2451
2463
|
background-color: var(--react-autoql-background-color-primary);
|
|
2452
2464
|
color: var(--react-autoql-text-color-primary);
|
|
2453
2465
|
padding-top: 20px;
|
|
2466
|
+
padding-bottom: 100px;
|
|
2454
2467
|
height: 100%; }
|
|
2455
2468
|
.react-autoql-notification-settings .empty-list-message {
|
|
2456
2469
|
color: var(--react-autoql-text-color-primary);
|
|
@@ -2881,19 +2894,25 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2881
2894
|
position: absolute;
|
|
2882
2895
|
height: 100%;
|
|
2883
2896
|
width: 100%;
|
|
2884
|
-
padding-bottom:
|
|
2897
|
+
padding-bottom: 158px; }
|
|
2885
2898
|
|
|
2886
2899
|
.react-autoql-drawer .response-loading-container {
|
|
2887
2900
|
position: absolute;
|
|
2888
2901
|
bottom: 102px;
|
|
2889
|
-
left: 20px;
|
|
2902
|
+
left: 20px;
|
|
2903
|
+
z-index: 1; }
|
|
2890
2904
|
|
|
2891
2905
|
.react-autoql-drawer .chat-bar-container {
|
|
2892
2906
|
position: absolute;
|
|
2893
2907
|
bottom: 0;
|
|
2894
2908
|
padding: 10px;
|
|
2895
|
-
|
|
2896
|
-
|
|
2909
|
+
padding-top: 0;
|
|
2910
|
+
height: 92px;
|
|
2911
|
+
width: 100%;
|
|
2912
|
+
background: var(--react-autoql-background-color-primary);
|
|
2913
|
+
-webkit-clip-path: inset(-200px 0px 0px 0px);
|
|
2914
|
+
clip-path: inset(-200px 0px 0px 0px);
|
|
2915
|
+
box-shadow: 0 0px 3px 10px var(--react-autoql-background-color-primary); }
|
|
2897
2916
|
|
|
2898
2917
|
.react-autoql-drawer .watermark {
|
|
2899
2918
|
color: var(--react-autoql-text-color-placeholder);
|
|
@@ -4059,6 +4078,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4059
4078
|
box-shadow: inset 0px -17px 8px -10px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15)); }
|
|
4060
4079
|
|
|
4061
4080
|
/* Individual Tabs */
|
|
4081
|
+
.react-autoql-notifications.tab.active .react-autoql-notifications-badge-dot {
|
|
4082
|
+
border: 1px solid var(--react-autoql-background-color-primary); }
|
|
4083
|
+
|
|
4062
4084
|
.page-switcher-container .tab {
|
|
4063
4085
|
display: flex;
|
|
4064
4086
|
justify-content: center;
|
|
@@ -4620,7 +4642,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4620
4642
|
background: var(--react-autoql-background-color-primary);
|
|
4621
4643
|
height: 100%;
|
|
4622
4644
|
width: 100%;
|
|
4623
|
-
overflow: hidden;
|
|
4645
|
+
overflow: hidden;
|
|
4646
|
+
padding-top: 3px; }
|
|
4624
4647
|
|
|
4625
4648
|
.react-autoql-dashboard-container.edit-mode {
|
|
4626
4649
|
padding-bottom: 200px; }
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|