react-autoql 4.8.0 → 4.10.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/CHANGELOG.md +356 -0
- package/dist/autoql.cjs.js +3 -0
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +99 -51
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +2 -2
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +5 -6
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -3264,7 +3264,7 @@ ul {
|
|
|
3264
3264
|
border-radius: 4px;
|
|
3265
3265
|
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
|
|
3266
3266
|
opacity: 1;
|
|
3267
|
-
min-width:
|
|
3267
|
+
min-width: 450px;
|
|
3268
3268
|
max-width: 70vw;
|
|
3269
3269
|
min-height: 350px;
|
|
3270
3270
|
max-height: 90vh;
|
|
@@ -3273,7 +3273,10 @@ ul {
|
|
|
3273
3273
|
overflow-y: auto !important; }
|
|
3274
3274
|
.filter-lock-menu .filter-lock-toast-container {
|
|
3275
3275
|
top: 0;
|
|
3276
|
-
position: absolute;
|
|
3276
|
+
position: absolute;
|
|
3277
|
+
max-width: calc(100% - 36px);
|
|
3278
|
+
padding: 10px;
|
|
3279
|
+
font-size: 14px; }
|
|
3277
3280
|
.filter-lock-menu .filter-lock-toast-container .Toastify__toast {
|
|
3278
3281
|
min-height: 48px; }
|
|
3279
3282
|
.filter-lock-menu .filter-lock-toast-container .Toastify__toast-body {
|
|
@@ -3294,84 +3297,131 @@ ul {
|
|
|
3294
3297
|
border-color: var(--react-autoql-danger-color); }
|
|
3295
3298
|
|
|
3296
3299
|
.filter-lock-menu-content {
|
|
3297
|
-
padding: 15px 20px;
|
|
3300
|
+
padding: 15px 0 0px 20px;
|
|
3298
3301
|
display: flex;
|
|
3299
3302
|
flex-direction: column;
|
|
3300
3303
|
justify-content: stretch;
|
|
3301
|
-
height: 100%;
|
|
3304
|
+
height: 100%;
|
|
3305
|
+
width: 100%;
|
|
3306
|
+
box-sizing: border-box; }
|
|
3307
|
+
.filter-lock-menu-content > div {
|
|
3308
|
+
padding-right: 15px; }
|
|
3302
3309
|
.filter-lock-menu-content.closed {
|
|
3303
3310
|
opacity: 0; }
|
|
3304
3311
|
.filter-lock-menu-content h3 {
|
|
3305
|
-
margin-top:
|
|
3306
|
-
margin-bottom:
|
|
3312
|
+
margin-top: 0px;
|
|
3313
|
+
margin-bottom: 0px;
|
|
3307
3314
|
color: var(--react-autoql-text-color-primary); }
|
|
3308
3315
|
.filter-lock-menu-content h4 {
|
|
3309
3316
|
margin-top: 3px;
|
|
3310
3317
|
margin-bottom: 5px;
|
|
3311
|
-
color: var(--react-autoql-text-color-primary);
|
|
3312
|
-
|
|
3313
|
-
.filter-lock-menu-content .react-autoql-
|
|
3314
|
-
.filter-lock-menu-content .react-autoql-empty-condition-list,
|
|
3318
|
+
color: var(--react-autoql-text-color-primary); }
|
|
3319
|
+
.filter-lock-menu-content .react-autoql-filter-lock-list-loading-container,
|
|
3320
|
+
.filter-lock-menu-content .react-autoql-empty-filter-list,
|
|
3315
3321
|
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
3316
|
-
flex: 1
|
|
3322
|
+
flex: 1 0 245px; }
|
|
3317
3323
|
.filter-lock-menu-content .filter-lock-menu-header {
|
|
3318
3324
|
flex: 0;
|
|
3319
3325
|
width: 100%;
|
|
3320
3326
|
display: flex;
|
|
3327
|
+
align-items: center;
|
|
3321
3328
|
align-items: flex-start;
|
|
3322
|
-
justify-content: space-between;
|
|
3329
|
+
justify-content: space-between;
|
|
3330
|
+
padding-bottom: 15px;
|
|
3331
|
+
box-sizing: border-box; }
|
|
3323
3332
|
.filter-lock-menu-content .filter-lock-menu-header .filter-locking-close-btn {
|
|
3324
3333
|
border: none;
|
|
3325
3334
|
margin: 0;
|
|
3326
3335
|
padding: 0;
|
|
3327
3336
|
font-size: 20px; }
|
|
3337
|
+
.filter-lock-menu-content .filter-lock-menu-header .filter-locking-saving-indicator {
|
|
3338
|
+
display: inline-block;
|
|
3339
|
+
font-weight: 400;
|
|
3340
|
+
font-size: 14px;
|
|
3341
|
+
padding-right: 20px;
|
|
3342
|
+
color: var(--react-autoql-accent-color); }
|
|
3328
3343
|
.filter-lock-menu-content .filter-lock-menu-footer {
|
|
3329
3344
|
width: 100%;
|
|
3330
3345
|
display: flex;
|
|
3331
3346
|
justify-content: flex-end; }
|
|
3332
|
-
.filter-lock-menu-content .react-autoql-empty-
|
|
3347
|
+
.filter-lock-menu-content .react-autoql-empty-filter-list {
|
|
3333
3348
|
opacity: 0.8;
|
|
3334
3349
|
width: 100%;
|
|
3335
3350
|
text-align: center;
|
|
3336
3351
|
padding-top: 70px; }
|
|
3337
3352
|
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
3338
|
-
|
|
3339
|
-
|
|
3353
|
+
padding-top: 15px;
|
|
3354
|
+
padding-right: 0;
|
|
3355
|
+
overflow: hidden; }
|
|
3356
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title {
|
|
3340
3357
|
width: 100%;
|
|
3341
3358
|
display: flex;
|
|
3359
|
+
flex-wrap: nowrap;
|
|
3342
3360
|
flex-direction: row;
|
|
3361
|
+
align-items: flex-start;
|
|
3343
3362
|
justify-content: space-between;
|
|
3344
|
-
flex-wrap: nowrap;
|
|
3345
3363
|
margin-bottom: 4px; }
|
|
3346
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
max-width:
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
-
|
|
3371
|
-
|
|
3372
|
-
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3364
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .filter-lock-category-title {
|
|
3365
|
+
padding-right: 10px;
|
|
3366
|
+
padding-top: 1px;
|
|
3367
|
+
max-width: 195px;
|
|
3368
|
+
overflow: hidden;
|
|
3369
|
+
text-overflow: ellipsis; }
|
|
3370
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .filter-name-column {
|
|
3371
|
+
display: flex;
|
|
3372
|
+
flex-wrap: wrap;
|
|
3373
|
+
flex-direction: row;
|
|
3374
|
+
align-items: center;
|
|
3375
|
+
justify-content: flex-start;
|
|
3376
|
+
flex: 1; }
|
|
3377
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .persist-toggle-column {
|
|
3378
|
+
display: flex;
|
|
3379
|
+
flex-wrap: nowrap;
|
|
3380
|
+
flex-direction: row;
|
|
3381
|
+
align-items: center;
|
|
3382
|
+
justify-content: flex-end;
|
|
3383
|
+
flex: 0 0 auto;
|
|
3384
|
+
margin-right: 25px; }
|
|
3385
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-title .persist-toggle-column .react-autoql-icon {
|
|
3386
|
+
margin-left: 3px; }
|
|
3387
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container {
|
|
3388
|
+
margin-bottom: 10px;
|
|
3389
|
+
padding-right: 15px; }
|
|
3390
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item {
|
|
3391
|
+
display: flex;
|
|
3392
|
+
flex-direction: row;
|
|
3393
|
+
justify-content: space-between;
|
|
3394
|
+
flex-wrap: nowrap;
|
|
3395
|
+
padding-bottom: 4px; }
|
|
3396
|
+
.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
|
+
overflow: hidden;
|
|
3398
|
+
text-overflow: ellipsis;
|
|
3399
|
+
padding-right: 5px; }
|
|
3400
|
+
.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-actions {
|
|
3401
|
+
white-space: nowrap;
|
|
3402
|
+
display: flex;
|
|
3403
|
+
justify-content: center;
|
|
3404
|
+
align-items: center; }
|
|
3405
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .persist-toggle {
|
|
3406
|
+
margin: 0 25px; }
|
|
3407
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-remove-filter-icon {
|
|
3408
|
+
cursor: pointer; }
|
|
3409
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-remove-filter-icon:hover {
|
|
3410
|
+
color: var(--react-autoql-danger-color); }
|
|
3411
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item.react-autoql-highlight-row {
|
|
3412
|
+
background-color: var(--react-autoql-accent-color);
|
|
3413
|
+
color: var(--react-autoql-accent-text-color);
|
|
3414
|
+
-webkit-animation-name: highlightIn, highlightOut;
|
|
3415
|
+
animation-name: highlightIn, highlightOut;
|
|
3416
|
+
-webkit-animation-duration: 300ms, 300ms;
|
|
3417
|
+
animation-duration: 300ms, 300ms;
|
|
3418
|
+
-webkit-animation-delay: 0ms, 1000ms;
|
|
3419
|
+
animation-delay: 0ms, 1000ms;
|
|
3420
|
+
-webkit-animation-timing-function: ease-in, ease-out;
|
|
3421
|
+
animation-timing-function: ease-in, ease-out;
|
|
3422
|
+
-webkit-animation-iteration-count: 1, 1;
|
|
3423
|
+
animation-iteration-count: 1, 1; }
|
|
3424
|
+
.filter-lock-menu-content .react-autoql-filter-locking-input {
|
|
3375
3425
|
padding: 5px;
|
|
3376
3426
|
padding-left: 20px;
|
|
3377
3427
|
height: 32px;
|
|
@@ -3386,12 +3436,12 @@ ul {
|
|
|
3386
3436
|
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3387
3437
|
background: var(--react-autoql-background-color-primary);
|
|
3388
3438
|
color: var(--react-autoql-text-color-primary); }
|
|
3389
|
-
.filter-lock-menu-content .react-autoql-
|
|
3439
|
+
.filter-lock-menu-content .react-autoql-filter-locking-input:hover {
|
|
3390
3440
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
|
|
3391
|
-
.filter-lock-menu-content .react-autoql-
|
|
3441
|
+
.filter-lock-menu-content .react-autoql-filter-locking-input::-moz-placeholder {
|
|
3392
3442
|
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
3393
3443
|
opacity: 0.5; }
|
|
3394
|
-
.filter-lock-menu-content .react-autoql-
|
|
3444
|
+
.filter-lock-menu-content .react-autoql-filter-locking-input::placeholder {
|
|
3395
3445
|
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
3396
3446
|
opacity: 0.5; }
|
|
3397
3447
|
.filter-lock-menu-content .react-autosuggest__container--open {
|
|
@@ -3411,9 +3461,7 @@ ul {
|
|
|
3411
3461
|
text-align: left;
|
|
3412
3462
|
border-radius: 4px;
|
|
3413
3463
|
height: auto;
|
|
3414
|
-
width: 100%;
|
|
3415
|
-
max-height: 200px;
|
|
3416
|
-
overflow-y: scroll !important; }
|
|
3464
|
+
width: 100%; }
|
|
3417
3465
|
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open ul.filter-lock-suggestion-item {
|
|
3418
3466
|
cursor: pointer;
|
|
3419
3467
|
width: 100%;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|