react-autoql 4.10.0 → 5.0.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 +72 -48
- 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 +3 -1
- package/CHANGELOG.md +0 -356
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -80,14 +80,6 @@ span.react-autoql-icon {
|
|
|
80
80
|
.chat-voice-record-icon {
|
|
81
81
|
vertical-align: top; }
|
|
82
82
|
|
|
83
|
-
.react-autoql-tooltip {
|
|
84
|
-
font-family: inherit;
|
|
85
|
-
letter-spacing: 0.04em;
|
|
86
|
-
text-align: left;
|
|
87
|
-
padding: 7px 15px;
|
|
88
|
-
opacity: 1 !important;
|
|
89
|
-
z-index: 99999 !important; }
|
|
90
|
-
|
|
91
83
|
@-webkit-keyframes slide {
|
|
92
84
|
0% {
|
|
93
85
|
transform: translateX(-100%); }
|
|
@@ -817,23 +809,35 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
817
809
|
opacity: 0;
|
|
818
810
|
transition: none; }
|
|
819
811
|
.react-autoql-chart-container .bar,
|
|
812
|
+
.react-autoql-chart-container .column,
|
|
813
|
+
.react-autoql-chart-container .circle,
|
|
814
|
+
.react-autoql-chart-container .line,
|
|
815
|
+
.react-autoql-chart-container .slice,
|
|
816
|
+
.react-autoql-chart-container .stacked-area,
|
|
820
817
|
.react-autoql-chart-container .stacked-bar,
|
|
821
818
|
.react-autoql-chart-container .stacked-column,
|
|
822
|
-
.react-autoql-chart-container .
|
|
823
|
-
.react-autoql-chart-container .stacked-area {
|
|
819
|
+
.react-autoql-chart-container .swatch {
|
|
824
820
|
transition: fill-opacity 0.3s ease;
|
|
825
|
-
fill-opacity:
|
|
821
|
+
fill-opacity: 1 !important;
|
|
826
822
|
outline: none !important; }
|
|
827
823
|
.react-autoql-chart-container .bar:hover, .react-autoql-chart-container .bar.active,
|
|
824
|
+
.react-autoql-chart-container .column:hover,
|
|
825
|
+
.react-autoql-chart-container .column.active,
|
|
826
|
+
.react-autoql-chart-container .circle:hover,
|
|
827
|
+
.react-autoql-chart-container .circle.active,
|
|
828
|
+
.react-autoql-chart-container .line:hover,
|
|
829
|
+
.react-autoql-chart-container .line.active,
|
|
830
|
+
.react-autoql-chart-container .slice:hover,
|
|
831
|
+
.react-autoql-chart-container .slice.active,
|
|
832
|
+
.react-autoql-chart-container .stacked-area:hover,
|
|
833
|
+
.react-autoql-chart-container .stacked-area.active,
|
|
828
834
|
.react-autoql-chart-container .stacked-bar:hover,
|
|
829
835
|
.react-autoql-chart-container .stacked-bar.active,
|
|
830
836
|
.react-autoql-chart-container .stacked-column:hover,
|
|
831
837
|
.react-autoql-chart-container .stacked-column.active,
|
|
832
|
-
.react-autoql-chart-container .
|
|
833
|
-
.react-autoql-chart-container .
|
|
834
|
-
|
|
835
|
-
.react-autoql-chart-container .stacked-area.active {
|
|
836
|
-
fill-opacity: 1 !important; }
|
|
838
|
+
.react-autoql-chart-container .swatch:hover,
|
|
839
|
+
.react-autoql-chart-container .swatch.active {
|
|
840
|
+
fill-opacity: 0.7 !important; }
|
|
837
841
|
.react-autoql-chart-container .line-dot,
|
|
838
842
|
.react-autoql-chart-container .vertex-dot {
|
|
839
843
|
transition: opacity 0.3s ease;
|
|
@@ -3265,12 +3269,12 @@ ul {
|
|
|
3265
3269
|
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
|
|
3266
3270
|
opacity: 1;
|
|
3267
3271
|
min-width: 450px;
|
|
3268
|
-
max-width:
|
|
3269
|
-
min-height:
|
|
3270
|
-
max-height:
|
|
3272
|
+
max-width: 95vw;
|
|
3273
|
+
min-height: 0px;
|
|
3274
|
+
max-height: 95vh;
|
|
3275
|
+
height: 350px;
|
|
3271
3276
|
background: var(--react-autoql-background-color-primary);
|
|
3272
|
-
color: var(--react-autoql-text-color-primary);
|
|
3273
|
-
overflow-y: auto !important; }
|
|
3277
|
+
color: var(--react-autoql-text-color-primary); }
|
|
3274
3278
|
.filter-lock-menu .filter-lock-toast-container {
|
|
3275
3279
|
top: 0;
|
|
3276
3280
|
position: absolute;
|
|
@@ -3304,8 +3308,6 @@ ul {
|
|
|
3304
3308
|
height: 100%;
|
|
3305
3309
|
width: 100%;
|
|
3306
3310
|
box-sizing: border-box; }
|
|
3307
|
-
.filter-lock-menu-content > div {
|
|
3308
|
-
padding-right: 15px; }
|
|
3309
3311
|
.filter-lock-menu-content.closed {
|
|
3310
3312
|
opacity: 0; }
|
|
3311
3313
|
.filter-lock-menu-content h3 {
|
|
@@ -3317,9 +3319,17 @@ ul {
|
|
|
3317
3319
|
margin-bottom: 5px;
|
|
3318
3320
|
color: var(--react-autoql-text-color-primary); }
|
|
3319
3321
|
.filter-lock-menu-content .react-autoql-filter-lock-list-loading-container,
|
|
3322
|
+
.filter-lock-menu-content .react-autoql-empty-filter-list {
|
|
3323
|
+
display: flex;
|
|
3324
|
+
align-items: center;
|
|
3325
|
+
justify-content: center;
|
|
3326
|
+
opacity: 0.8;
|
|
3327
|
+
padding-right: 20px;
|
|
3328
|
+
padding-bottom: 45px; }
|
|
3329
|
+
.filter-lock-menu-content .react-autoql-filter-lock-list-loading-container,
|
|
3320
3330
|
.filter-lock-menu-content .react-autoql-empty-filter-list,
|
|
3321
3331
|
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
3322
|
-
flex: 1
|
|
3332
|
+
flex: 1; }
|
|
3323
3333
|
.filter-lock-menu-content .filter-lock-menu-header {
|
|
3324
3334
|
flex: 0;
|
|
3325
3335
|
width: 100%;
|
|
@@ -3328,7 +3338,8 @@ ul {
|
|
|
3328
3338
|
align-items: flex-start;
|
|
3329
3339
|
justify-content: space-between;
|
|
3330
3340
|
padding-bottom: 15px;
|
|
3331
|
-
box-sizing: border-box;
|
|
3341
|
+
box-sizing: border-box;
|
|
3342
|
+
padding-right: 15px; }
|
|
3332
3343
|
.filter-lock-menu-content .filter-lock-menu-header .filter-locking-close-btn {
|
|
3333
3344
|
border: none;
|
|
3334
3345
|
margin: 0;
|
|
@@ -3344,14 +3355,9 @@ ul {
|
|
|
3344
3355
|
width: 100%;
|
|
3345
3356
|
display: flex;
|
|
3346
3357
|
justify-content: flex-end; }
|
|
3347
|
-
.filter-lock-menu-content .react-autoql-empty-filter-list {
|
|
3348
|
-
opacity: 0.8;
|
|
3349
|
-
width: 100%;
|
|
3350
|
-
text-align: center;
|
|
3351
|
-
padding-top: 70px; }
|
|
3352
3358
|
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
3353
|
-
|
|
3354
|
-
|
|
3359
|
+
margin-top: 15px;
|
|
3360
|
+
margin-right: 0;
|
|
3355
3361
|
overflow: hidden; }
|
|
3356
3362
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title {
|
|
3357
3363
|
width: 100%;
|
|
@@ -3381,18 +3387,24 @@ ul {
|
|
|
3381
3387
|
align-items: center;
|
|
3382
3388
|
justify-content: flex-end;
|
|
3383
3389
|
flex: 0 0 auto;
|
|
3384
|
-
margin-right:
|
|
3390
|
+
margin-right: 40px; }
|
|
3385
3391
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .persist-toggle-column .react-autoql-icon {
|
|
3386
3392
|
margin-left: 3px; }
|
|
3387
3393
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container {
|
|
3388
3394
|
margin-bottom: 10px;
|
|
3389
|
-
|
|
3395
|
+
margin-right: 0px; }
|
|
3390
3396
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item {
|
|
3391
3397
|
display: flex;
|
|
3392
3398
|
flex-direction: row;
|
|
3393
3399
|
justify-content: space-between;
|
|
3394
3400
|
flex-wrap: nowrap;
|
|
3395
|
-
padding-
|
|
3401
|
+
padding-right: 10px;
|
|
3402
|
+
margin-bottom: 1px;
|
|
3403
|
+
margin-top: 1px;
|
|
3404
|
+
padding-top: 1px;
|
|
3405
|
+
padding-bottom: 1px;
|
|
3406
|
+
padding-left: 5px;
|
|
3407
|
+
margin-right: 10px; }
|
|
3396
3408
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-filter-list-item-filter {
|
|
3397
3409
|
overflow: hidden;
|
|
3398
3410
|
text-overflow: ellipsis;
|
|
@@ -3444,6 +3456,8 @@ ul {
|
|
|
3444
3456
|
.filter-lock-menu-content .react-autoql-filter-locking-input::placeholder {
|
|
3445
3457
|
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
3446
3458
|
opacity: 0.5; }
|
|
3459
|
+
.filter-lock-menu-content .react-autosuggest__container {
|
|
3460
|
+
margin-right: 20px; }
|
|
3447
3461
|
.filter-lock-menu-content .react-autosuggest__container--open {
|
|
3448
3462
|
position: relative; }
|
|
3449
3463
|
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open {
|
|
@@ -3460,18 +3474,22 @@ ul {
|
|
|
3460
3474
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
3461
3475
|
text-align: left;
|
|
3462
3476
|
border-radius: 4px;
|
|
3477
|
+
width: 100%;
|
|
3463
3478
|
height: auto;
|
|
3464
|
-
|
|
3465
|
-
|
|
3479
|
+
max-height: calc(90vh - 180px);
|
|
3480
|
+
box-sizing: border-box;
|
|
3481
|
+
overflow: hidden; }
|
|
3482
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .filter-lock-suggestion-item {
|
|
3466
3483
|
cursor: pointer;
|
|
3467
3484
|
width: 100%;
|
|
3468
|
-
columns: 2;
|
|
3469
|
-
-webkit-columns: 2;
|
|
3470
|
-
list-style: none;
|
|
3471
|
-
-moz-columns: 2;
|
|
3472
3485
|
letter-spacing: 0.05em;
|
|
3473
3486
|
line-height: 22.5px;
|
|
3474
|
-
padding: 0px 20px 3px 20px;
|
|
3487
|
+
padding: 0px 20px 3px 20px;
|
|
3488
|
+
box-sizing: border-box;
|
|
3489
|
+
line-height: inherit;
|
|
3490
|
+
margin-bottom: 5px;
|
|
3491
|
+
overflow: hidden;
|
|
3492
|
+
text-overflow: ellipsis; }
|
|
3475
3493
|
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion {
|
|
3476
3494
|
color: var(--react-autoql-text-color-primary); }
|
|
3477
3495
|
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list {
|
|
@@ -3504,18 +3522,22 @@ ul {
|
|
|
3504
3522
|
@-webkit-keyframes highlightIn {
|
|
3505
3523
|
100% {
|
|
3506
3524
|
background-color: var(--react-autoql-accent-color);
|
|
3507
|
-
color: var(--react-autoql-accent-text-color);
|
|
3525
|
+
color: var(--react-autoql-accent-text-color);
|
|
3526
|
+
opacity: 0.8; }
|
|
3508
3527
|
0% {
|
|
3509
3528
|
background-color: var(--react-autoql-background-color-primary);
|
|
3510
|
-
color: var(--react-autoql-text-color-primary);
|
|
3529
|
+
color: var(--react-autoql-text-color-primary);
|
|
3530
|
+
opacity: 1; } }
|
|
3511
3531
|
|
|
3512
3532
|
@keyframes highlightIn {
|
|
3513
3533
|
100% {
|
|
3514
3534
|
background-color: var(--react-autoql-accent-color);
|
|
3515
|
-
color: var(--react-autoql-accent-text-color);
|
|
3535
|
+
color: var(--react-autoql-accent-text-color);
|
|
3536
|
+
opacity: 0.8; }
|
|
3516
3537
|
0% {
|
|
3517
3538
|
background-color: var(--react-autoql-background-color-primary);
|
|
3518
|
-
color: var(--react-autoql-text-color-primary);
|
|
3539
|
+
color: var(--react-autoql-text-color-primary);
|
|
3540
|
+
opacity: 1; } }
|
|
3519
3541
|
|
|
3520
3542
|
.react-autoql-drawer {
|
|
3521
3543
|
font-family: var(--react-autoql-font-family), sans-serif;
|
|
@@ -3718,7 +3740,7 @@ ul {
|
|
|
3718
3740
|
cursor: ns-resize; }
|
|
3719
3741
|
|
|
3720
3742
|
/* Tooltips */
|
|
3721
|
-
.react-autoql-
|
|
3743
|
+
.react-autoql-tooltip {
|
|
3722
3744
|
font-family: var(--react-autoql-font-family), sans-serif;
|
|
3723
3745
|
letter-spacing: 0.04em;
|
|
3724
3746
|
line-height: 1.5em;
|
|
@@ -3727,7 +3749,9 @@ ul {
|
|
|
3727
3749
|
text-align: left;
|
|
3728
3750
|
opacity: 1 !important;
|
|
3729
3751
|
z-index: 99999 !important;
|
|
3730
|
-
/* necessary to show up on top of rc drawer */
|
|
3752
|
+
/* necessary to show up on top of rc drawer */
|
|
3753
|
+
max-width: 300px;
|
|
3754
|
+
word-break: break-word; }
|
|
3731
3755
|
|
|
3732
3756
|
.interpretation-tooltip {
|
|
3733
3757
|
font-family: var(--react-autoql-font-family), sans-serif;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|