react-autoql 6.3.0 → 6.4.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 +18 -9
- 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
|
@@ -480,8 +480,9 @@ span.react-autoql-icon {
|
|
|
480
480
|
.react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
|
|
481
481
|
height: 72px !important; }
|
|
482
482
|
.react-autoql-table-container.filtering.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
|
|
483
|
-
.react-autoql-table-container.filtering.infinite .tabulator-col.DATE .tabulator-header-filter
|
|
484
|
-
|
|
483
|
+
.react-autoql-table-container.filtering.infinite .tabulator-col.DATE .tabulator-header-filter,
|
|
484
|
+
.react-autoql-table-container.filtering.infinite .tabulator-col.DRILLDOWN .tabulator-header-filter {
|
|
485
|
+
display: none !important; }
|
|
485
486
|
.react-autoql-table-container.filtering.limited .tabulator-col .tabulator-header-filter,
|
|
486
487
|
.react-autoql-table-container.filtering.infinite .tabulator-col:not(.DATE_STRING):not(.DATE) .tabulator-header-filter {
|
|
487
488
|
display: inline; }
|
|
@@ -1021,7 +1022,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1021
1022
|
display: flex;
|
|
1022
1023
|
flex-direction: column;
|
|
1023
1024
|
justify-content: center;
|
|
1024
|
-
align-items:
|
|
1025
|
+
align-items: center;
|
|
1025
1026
|
background-color: inherit;
|
|
1026
1027
|
font-size: 14px;
|
|
1027
1028
|
overflow: hidden;
|
|
@@ -1135,6 +1136,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1135
1136
|
.query-output-footer.no-margin {
|
|
1136
1137
|
margin: 0; }
|
|
1137
1138
|
|
|
1139
|
+
.query-output-table-row-count {
|
|
1140
|
+
padding-top: 10px; }
|
|
1141
|
+
|
|
1138
1142
|
.dashboard-data-limit-warning-icon {
|
|
1139
1143
|
color: var(--react-autoql-warning-color) !important;
|
|
1140
1144
|
margin-left: 10px;
|
|
@@ -1309,14 +1313,14 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1309
1313
|
|
|
1310
1314
|
|
|
1311
1315
|
.viz-toolbar {
|
|
1316
|
+
display: inline-block;
|
|
1312
1317
|
background: inherit;
|
|
1313
1318
|
padding: 5px;
|
|
1314
1319
|
border-radius: 6px;
|
|
1315
1320
|
line-height: 28px;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
background: var(--react-autoql-background-color-secondary); }
|
|
1321
|
+
background: var(--react-autoql-background-color-secondary);
|
|
1322
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
1323
|
+
box-shadow: 0px 2px 3px -2px var(--react-autoql-box-shadow-color); }
|
|
1320
1324
|
.viz-toolbar.vertical .react-autoql-toolbar-btn {
|
|
1321
1325
|
display: block; }
|
|
1322
1326
|
|
|
@@ -2387,7 +2391,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2387
2391
|
border-radius: 6px;
|
|
2388
2392
|
line-height: 28px;
|
|
2389
2393
|
background: var(--react-autoql-background-color-secondary);
|
|
2390
|
-
border: 1px solid var(--react-autoql-border-color);
|
|
2394
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
2395
|
+
box-shadow: 0px 2px 3px -2px var(--react-autoql-box-shadow-color); }
|
|
2391
2396
|
.options-toolbar.vertical .react-autoql-toolbar-btn {
|
|
2392
2397
|
display: block; }
|
|
2393
2398
|
.options-toolbar .react-autoql-toolbar-btn {
|
|
@@ -4019,9 +4024,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4019
4024
|
.dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
|
|
4020
4025
|
padding: 15px 20px 0px 20px; }
|
|
4021
4026
|
.dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
|
|
4022
|
-
padding: 7px
|
|
4027
|
+
padding: 7px;
|
|
4023
4028
|
align-items: center; }
|
|
4024
4029
|
|
|
4030
|
+
.dashboard-tile-response-wrapper.editing .dashboard-tile-response-container .react-autoql-response-content-container {
|
|
4031
|
+
padding: 7px 12px 20px 18px;
|
|
4032
|
+
align-items: center; }
|
|
4033
|
+
|
|
4025
4034
|
.dashboard-tile-title-container {
|
|
4026
4035
|
width: 100%;
|
|
4027
4036
|
text-align: left;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|