@bagelink/vue 0.0.941 → 0.0.947
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/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +2 -0
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/index.cjs +61 -44
- package/dist/index.mjs +61 -44
- package/dist/style.css +227 -226
- package/package.json +5 -5
- package/src/components/TableSchema.vue +9 -2
- package/src/components/form/inputs/FileUpload.vue +13 -10
- package/src/components/form/inputs/SignaturePad.vue +0 -10
- package/src/styles/inputs.css +149 -144
package/dist/style.css
CHANGED
|
@@ -707,7 +707,7 @@ data[data-v-6c27f163] {
|
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
-
.fileUploadWrap[data-v-
|
|
710
|
+
.fileUploadWrap[data-v-d2c7e04e] {
|
|
711
711
|
outline: 1px solid var(--border-color);
|
|
712
712
|
border-radius: var(--input-border-radius);
|
|
713
713
|
text-align: center;
|
|
@@ -719,7 +719,7 @@ data[data-v-6c27f163] {
|
|
|
719
719
|
background: var(--input-bg);
|
|
720
720
|
height: 215px;
|
|
721
721
|
}
|
|
722
|
-
.bagel-input .fileUploadWrap.fileDropZone[data-v-
|
|
722
|
+
.bagel-input .fileUploadWrap.fileDropZone[data-v-d2c7e04e] {
|
|
723
723
|
background: var(--input-bg);
|
|
724
724
|
display: flex;
|
|
725
725
|
align-items: center;
|
|
@@ -727,14 +727,14 @@ data[data-v-6c27f163] {
|
|
|
727
727
|
color: var(--bgl-gray);
|
|
728
728
|
flex-direction: column;
|
|
729
729
|
}
|
|
730
|
-
.fileUploadWrap.dragover[data-v-
|
|
731
|
-
.fileUploadWrap[data-v-
|
|
730
|
+
.fileUploadWrap.dragover[data-v-d2c7e04e],
|
|
731
|
+
.fileUploadWrap[data-v-d2c7e04e]:hover {
|
|
732
732
|
box-shadow: inset 0 0 10px #00000012;
|
|
733
733
|
}
|
|
734
|
-
.fileUploadWrap[style*="height: auto;"][data-v-
|
|
734
|
+
.fileUploadWrap[style*="height: auto;"][data-v-d2c7e04e] {
|
|
735
735
|
min-height: 215px;
|
|
736
736
|
}
|
|
737
|
-
.multi-image-item-preview[data-v-
|
|
737
|
+
.multi-image-item-preview[data-v-d2c7e04e] {
|
|
738
738
|
border: 1px solid var(--border-color) !important;
|
|
739
739
|
border-radius: var(--input-border-radius);
|
|
740
740
|
margin: 0.5rem !important;
|
|
@@ -748,12 +748,12 @@ data[data-v-6c27f163] {
|
|
|
748
748
|
gap: 1rem;
|
|
749
749
|
align-items: center;
|
|
750
750
|
}
|
|
751
|
-
.multi-image-item-preview p[data-v-
|
|
751
|
+
.multi-image-item-preview p[data-v-d2c7e04e] {
|
|
752
752
|
overflow: hidden;
|
|
753
753
|
text-overflow: ellipsis;
|
|
754
754
|
white-space: nowrap;
|
|
755
755
|
}
|
|
756
|
-
.multi-preview[data-v-
|
|
756
|
+
.multi-preview[data-v-d2c7e04e]{
|
|
757
757
|
width: 40px;
|
|
758
758
|
height: 40px;
|
|
759
759
|
border-radius: var(--input-border-radius);
|
|
@@ -764,17 +764,17 @@ data[data-v-6c27f163] {
|
|
|
764
764
|
align-items: center;
|
|
765
765
|
display: flex;
|
|
766
766
|
}
|
|
767
|
-
.bgl-single-preview[data-v-
|
|
767
|
+
.bgl-single-preview[data-v-d2c7e04e]{
|
|
768
768
|
height: 100%;
|
|
769
769
|
position: relative;
|
|
770
770
|
}
|
|
771
|
-
.bgl-single-preview + .fileUploadPlaceHolder[data-v-
|
|
771
|
+
.bgl-single-preview + .fileUploadPlaceHolder[data-v-d2c7e04e]{
|
|
772
772
|
position: absolute;
|
|
773
773
|
inset: 0;
|
|
774
774
|
margin: auto;
|
|
775
775
|
top: calc(50% - 2rem);
|
|
776
776
|
}
|
|
777
|
-
.single-image-item-preview[data-v-
|
|
777
|
+
.single-image-item-preview[data-v-d2c7e04e] {
|
|
778
778
|
height: 100%;
|
|
779
779
|
min-height: 100%;
|
|
780
780
|
position: relative;
|
|
@@ -782,13 +782,13 @@ data[data-v-6c27f163] {
|
|
|
782
782
|
align-items: center;
|
|
783
783
|
justify-content: center;
|
|
784
784
|
}
|
|
785
|
-
.fileUploadWrap[style*="height: auto"] .single-image-item-preview[data-v-
|
|
785
|
+
.fileUploadWrap[style*="height: auto"] .single-image-item-preview[data-v-d2c7e04e] {
|
|
786
786
|
min-height: 215px;
|
|
787
787
|
}
|
|
788
|
-
.fileUploadWrap[style*="height: auto"] .single-preview[data-v-
|
|
788
|
+
.fileUploadWrap[style*="height: auto"] .single-preview[data-v-d2c7e04e] {
|
|
789
789
|
margin: 0rem !important;
|
|
790
790
|
}
|
|
791
|
-
.single-preview[data-v-
|
|
791
|
+
.single-preview[data-v-d2c7e04e]{
|
|
792
792
|
border-radius: var(--input-border-radius);
|
|
793
793
|
margin: 1rem;
|
|
794
794
|
padding: 0px;
|
|
@@ -797,7 +797,7 @@ data[data-v-6c27f163] {
|
|
|
797
797
|
object-fit: cover;
|
|
798
798
|
background: var(--bgl-gray-light);
|
|
799
799
|
}
|
|
800
|
-
.single-image-item-preview[data-v-
|
|
800
|
+
.single-image-item-preview[data-v-d2c7e04e]:hover::after{
|
|
801
801
|
content: "zoom_in";
|
|
802
802
|
font-size: 32px;
|
|
803
803
|
font-family: "Material Symbols Outlined", serif;
|
|
@@ -807,20 +807,20 @@ data[data-v-6c27f163] {
|
|
|
807
807
|
z-index: 9;
|
|
808
808
|
pointer-events: none;
|
|
809
809
|
}
|
|
810
|
-
.single-image-item-preview:hover img[data-v-
|
|
810
|
+
.single-image-item-preview:hover img[data-v-d2c7e04e]{
|
|
811
811
|
filter: brightness(70%);
|
|
812
812
|
}
|
|
813
|
-
.bgl_fill-image.single-image-item-preview[data-v-
|
|
813
|
+
.bgl_fill-image.single-image-item-preview[data-v-d2c7e04e] {
|
|
814
814
|
height: 100%;
|
|
815
815
|
}
|
|
816
|
-
.bgl_fill-image.single-image-item-preview .single-preview[data-v-
|
|
816
|
+
.bgl_fill-image.single-image-item-preview .single-preview[data-v-d2c7e04e]{
|
|
817
817
|
border-radius: unset;
|
|
818
818
|
object-fit: cover;
|
|
819
819
|
box-shadow: unset;
|
|
820
820
|
width: 100%;
|
|
821
821
|
height: auto;
|
|
822
822
|
}
|
|
823
|
-
.single-image-item-preview .pie[data-v-
|
|
823
|
+
.single-image-item-preview .pie[data-v-d2c7e04e] {
|
|
824
824
|
transform-origin: top;
|
|
825
825
|
transform: scale(1.4);
|
|
826
826
|
position: absolute;
|
|
@@ -834,31 +834,31 @@ data[data-v-6c27f163] {
|
|
|
834
834
|
border: none !important;
|
|
835
835
|
padding: 0 !important;
|
|
836
836
|
}
|
|
837
|
-
.bgl_oval-upload[data-v-
|
|
837
|
+
.bgl_oval-upload[data-v-d2c7e04e] {
|
|
838
838
|
border-radius: 100% !important;
|
|
839
839
|
overflow: hidden;
|
|
840
840
|
}
|
|
841
|
-
.bgl_oval-upload p[data-v-
|
|
841
|
+
.bgl_oval-upload p[data-v-d2c7e04e] {
|
|
842
842
|
padding: 0.75rem !important;
|
|
843
843
|
font-size: 12px
|
|
844
844
|
}
|
|
845
|
-
.bgl_oval-upload .fileUploadPlaceHolder[data-v-
|
|
845
|
+
.bgl_oval-upload .fileUploadPlaceHolder[data-v-d2c7e04e]{
|
|
846
846
|
top: 0;
|
|
847
847
|
}
|
|
848
|
-
.bgl_oval-upload .pie[data-v-
|
|
848
|
+
.bgl_oval-upload .pie[data-v-d2c7e04e] {
|
|
849
849
|
transform: scale(1);
|
|
850
850
|
}
|
|
851
|
-
.bgl_oval-upload span.bgl_icon-font.color-primary[data-v-
|
|
851
|
+
.bgl_oval-upload span.bgl_icon-font.color-primary[data-v-d2c7e04e] {
|
|
852
852
|
transform: scale(0.4) !important;
|
|
853
853
|
}
|
|
854
|
-
.bgl_oval-upload .single-image-item-preview[data-v-
|
|
854
|
+
.bgl_oval-upload .single-image-item-preview[data-v-d2c7e04e]{
|
|
855
855
|
height: 100%;
|
|
856
856
|
}
|
|
857
|
-
.bgl_oval-upload .single-preview[data-v-
|
|
857
|
+
.bgl_oval-upload .single-preview[data-v-d2c7e04e] {
|
|
858
858
|
margin: 0;
|
|
859
859
|
height: 100% !important;
|
|
860
860
|
}
|
|
861
|
-
.pie[data-v-
|
|
861
|
+
.pie[data-v-d2c7e04e] {
|
|
862
862
|
width: 30px;
|
|
863
863
|
height: 30px;
|
|
864
864
|
position: relative;
|
|
@@ -866,7 +866,7 @@ data[data-v-6c27f163] {
|
|
|
866
866
|
align-items: center;
|
|
867
867
|
justify-content: center;
|
|
868
868
|
}
|
|
869
|
-
.pie[data-v-
|
|
869
|
+
.pie[data-v-d2c7e04e]:before {
|
|
870
870
|
content: '';
|
|
871
871
|
position: absolute;
|
|
872
872
|
border-radius: 50%;
|
|
@@ -884,26 +884,26 @@ data[data-v-6c27f163] {
|
|
|
884
884
|
#000 calc(100% - var(--b))
|
|
885
885
|
);
|
|
886
886
|
}
|
|
887
|
-
.pie .success[data-v-
|
|
887
|
+
.pie .success[data-v-d2c7e04e] {
|
|
888
888
|
transform: scale(0);
|
|
889
889
|
opacity: 0;
|
|
890
890
|
transition: all 0.3s ease-in-out;
|
|
891
891
|
}
|
|
892
|
-
.pie .progress[data-v-
|
|
892
|
+
.pie .progress[data-v-d2c7e04e] {
|
|
893
893
|
position: absolute;
|
|
894
894
|
font-size: 10px;
|
|
895
895
|
}
|
|
896
|
-
.pie.complete .progress[data-v-
|
|
896
|
+
.pie.complete .progress[data-v-d2c7e04e] {
|
|
897
897
|
display: none;
|
|
898
898
|
}
|
|
899
|
-
.pie.complete .success[data-v-
|
|
899
|
+
.pie.complete .success[data-v-d2c7e04e] {
|
|
900
900
|
transform: scale(1.3);
|
|
901
901
|
opacity: 1;
|
|
902
902
|
}
|
|
903
|
-
.pie.complete[data-v-
|
|
903
|
+
.pie.complete[data-v-d2c7e04e]:before {
|
|
904
904
|
background: conic-gradient(var(--bgl-green) calc(var(--p) * 1%), #0000 0);
|
|
905
905
|
}
|
|
906
|
-
.pie.complete[data-v-
|
|
906
|
+
.pie.complete[data-v-d2c7e04e] {
|
|
907
907
|
color: var(--bgl-green);
|
|
908
908
|
}
|
|
909
909
|
|
|
@@ -1391,15 +1391,6 @@ p {
|
|
|
1391
1391
|
width: 100%;
|
|
1392
1392
|
height: 100%;
|
|
1393
1393
|
}
|
|
1394
|
-
.pixel {
|
|
1395
|
-
width: 0;
|
|
1396
|
-
height: 0;
|
|
1397
|
-
overflow: hidden;
|
|
1398
|
-
outline: none;
|
|
1399
|
-
position: absolute;
|
|
1400
|
-
bottom: 0;
|
|
1401
|
-
left: 50%;
|
|
1402
|
-
}
|
|
1403
1394
|
.bgl_input.signature-pad {
|
|
1404
1395
|
background: var(--input-bg);
|
|
1405
1396
|
border: none;
|
|
@@ -3243,22 +3234,22 @@ body:has(.bg-dark.is-active) {
|
|
|
3243
3234
|
background: transparent;
|
|
3244
3235
|
}
|
|
3245
3236
|
|
|
3246
|
-
.table-list-wrap[data-v-
|
|
3237
|
+
.table-list-wrap[data-v-3dbd30bd] {
|
|
3247
3238
|
min-height: 150px;
|
|
3248
3239
|
}
|
|
3249
|
-
.selected[data-v-
|
|
3240
|
+
.selected[data-v-3dbd30bd] {
|
|
3250
3241
|
background: var(--bgl-primary-tint);
|
|
3251
3242
|
}
|
|
3252
|
-
tbody tr.selected[data-v-
|
|
3243
|
+
tbody tr.selected[data-v-3dbd30bd]:hover {
|
|
3253
3244
|
background: var(--bgl-primary-light);
|
|
3254
3245
|
}
|
|
3255
|
-
.loading-table[data-v-
|
|
3246
|
+
.loading-table[data-v-3dbd30bd] {
|
|
3256
3247
|
position: relative;
|
|
3257
3248
|
}
|
|
3258
|
-
.inset[data-v-
|
|
3249
|
+
.inset[data-v-3dbd30bd] {
|
|
3259
3250
|
inset: 0;
|
|
3260
3251
|
}
|
|
3261
|
-
.loading-table-animation[data-v-
|
|
3252
|
+
.loading-table-animation[data-v-3dbd30bd] {
|
|
3262
3253
|
--size: 60px;
|
|
3263
3254
|
top: 30vh;
|
|
3264
3255
|
inset-inline-start: calc(50% - var(--size));
|
|
@@ -3266,9 +3257,9 @@ tbody tr.selected[data-v-bcd5ff3e]:hover {
|
|
|
3266
3257
|
border-top: 4px solid var(--bgl-primary);
|
|
3267
3258
|
width: var(--size);
|
|
3268
3259
|
height: var(--size);
|
|
3269
|
-
animation: loading-table-
|
|
3260
|
+
animation: loading-table-3dbd30bd 1s linear infinite;
|
|
3270
3261
|
}
|
|
3271
|
-
@keyframes loading-table-
|
|
3262
|
+
@keyframes loading-table-3dbd30bd {
|
|
3272
3263
|
0% {
|
|
3273
3264
|
transform: translate(-50%, -50%) rotate(0deg);
|
|
3274
3265
|
}
|
|
@@ -3276,51 +3267,51 @@ tbody tr.selected[data-v-bcd5ff3e]:hover {
|
|
|
3276
3267
|
transform: translate(-50%, -50%) rotate(360deg);
|
|
3277
3268
|
}
|
|
3278
3269
|
}
|
|
3279
|
-
.list-arrows[data-v-
|
|
3270
|
+
.list-arrows[data-v-3dbd30bd] {
|
|
3280
3271
|
opacity: 0;
|
|
3281
3272
|
}
|
|
3282
|
-
.list-arrows .bgl_icon-font[data-v-
|
|
3273
|
+
.list-arrows .bgl_icon-font[data-v-3dbd30bd] {
|
|
3283
3274
|
transition: all ease-in-out 0.2s;
|
|
3284
3275
|
}
|
|
3285
|
-
.list-arrows.sorted[data-v-
|
|
3276
|
+
.list-arrows.sorted[data-v-3dbd30bd] {
|
|
3286
3277
|
opacity: 1;
|
|
3287
3278
|
}
|
|
3288
|
-
.col img[data-v-
|
|
3279
|
+
.col img[data-v-3dbd30bd] {
|
|
3289
3280
|
height: 35px;
|
|
3290
3281
|
margin-top: -14px;
|
|
3291
3282
|
margin-bottom: -14px;
|
|
3292
3283
|
border-radius: 5px;
|
|
3293
3284
|
}
|
|
3294
|
-
.list-arrows.sorted .desc[data-v-
|
|
3285
|
+
.list-arrows.sorted .desc[data-v-3dbd30bd] {
|
|
3295
3286
|
transform: rotate(180deg);
|
|
3296
3287
|
display: inline-block;
|
|
3297
3288
|
}
|
|
3298
|
-
table[data-v-
|
|
3289
|
+
table[data-v-3dbd30bd] {
|
|
3299
3290
|
border-spacing: 0 15px;
|
|
3300
3291
|
border-collapse: collapse;
|
|
3301
3292
|
width: 100%;
|
|
3302
3293
|
}
|
|
3303
|
-
th[data-v-
|
|
3294
|
+
th[data-v-3dbd30bd] {
|
|
3304
3295
|
font-size: 0.8rem;
|
|
3305
3296
|
color: var(--bgl-black-tint);
|
|
3306
3297
|
position: sticky;
|
|
3307
3298
|
top: 0;
|
|
3308
3299
|
z-index: 2;
|
|
3309
3300
|
background: var(--bgl-box-bg);
|
|
3310
|
-
height: var(--
|
|
3301
|
+
height: var(--44de596f);
|
|
3311
3302
|
vertical-align: bottom;
|
|
3312
3303
|
font-weight: 400;
|
|
3313
3304
|
text-align: start;
|
|
3314
3305
|
}
|
|
3315
|
-
.embedded-field[data-v-
|
|
3306
|
+
.embedded-field[data-v-3dbd30bd] {
|
|
3316
3307
|
margin-bottom: -0.2rem;
|
|
3317
3308
|
margin-top: -0.2rem;
|
|
3318
3309
|
}
|
|
3319
|
-
.row[data-v-
|
|
3310
|
+
.row[data-v-3dbd30bd] {
|
|
3320
3311
|
border-bottom: 1px solid var(--border-color);
|
|
3321
3312
|
cursor: pointer;
|
|
3322
3313
|
}
|
|
3323
|
-
.row.first-row[data-v-
|
|
3314
|
+
.row.first-row[data-v-3dbd30bd] {
|
|
3324
3315
|
font-size: 0.8rem;
|
|
3325
3316
|
color: var(--bgl-black-tint);
|
|
3326
3317
|
position: sticky;
|
|
@@ -3329,7 +3320,7 @@ th[data-v-bcd5ff3e] {
|
|
|
3329
3320
|
background: var(--bgl-box-bg);
|
|
3330
3321
|
vertical-align: bottom;
|
|
3331
3322
|
}
|
|
3332
|
-
.row.first-row[data-v-
|
|
3323
|
+
.row.first-row[data-v-3dbd30bd]::after {
|
|
3333
3324
|
content: '';
|
|
3334
3325
|
border-bottom: 1px solid var(--border-color);
|
|
3335
3326
|
position: absolute;
|
|
@@ -3337,30 +3328,30 @@ th[data-v-bcd5ff3e] {
|
|
|
3337
3328
|
right: 0;
|
|
3338
3329
|
bottom: -1px;
|
|
3339
3330
|
}
|
|
3340
|
-
.first-row .col[data-v-
|
|
3331
|
+
.first-row .col[data-v-3dbd30bd] {
|
|
3341
3332
|
cursor: pointer;
|
|
3342
3333
|
background: var(--bgl-box-bg);
|
|
3343
3334
|
}
|
|
3344
|
-
.col[data-v-
|
|
3335
|
+
.col[data-v-3dbd30bd] {
|
|
3345
3336
|
white-space: nowrap;
|
|
3346
3337
|
padding: 0.75rem 1rem;
|
|
3347
3338
|
transition: var(--bgl-transition);
|
|
3348
3339
|
line-height: 1;
|
|
3349
3340
|
align-items: center;
|
|
3350
3341
|
}
|
|
3351
|
-
.col[data-v-
|
|
3342
|
+
.col[data-v-3dbd30bd]:has(.bagel-input) {
|
|
3352
3343
|
padding: 0rem 0.25rem;
|
|
3353
3344
|
}
|
|
3354
|
-
.col > div[data-v-
|
|
3345
|
+
.col > div[data-v-3dbd30bd] {
|
|
3355
3346
|
display: flex;
|
|
3356
3347
|
gap: 0.5rem;
|
|
3357
3348
|
}
|
|
3358
|
-
.max-col-width[data-v-
|
|
3349
|
+
.max-col-width[data-v-3dbd30bd] {
|
|
3359
3350
|
max-width: 30vw;
|
|
3360
3351
|
overflow: hidden;
|
|
3361
3352
|
text-overflow: ellipsis;
|
|
3362
3353
|
}
|
|
3363
|
-
.col.check .bgl_icon-font[data-v-
|
|
3354
|
+
.col.check .bgl_icon-font[data-v-3dbd30bd] {
|
|
3364
3355
|
border-radius: 100%;
|
|
3365
3356
|
background: var(--bgl-blue-20);
|
|
3366
3357
|
color: var(--bgl-primary);
|
|
@@ -3371,35 +3362,35 @@ th[data-v-bcd5ff3e] {
|
|
|
3371
3362
|
justify-content: center;
|
|
3372
3363
|
margin-top: -2px;
|
|
3373
3364
|
}
|
|
3374
|
-
.rows[data-v-
|
|
3365
|
+
.rows[data-v-3dbd30bd] {
|
|
3375
3366
|
font-size: 0.88em;
|
|
3376
3367
|
}
|
|
3377
|
-
.table-list[data-v-
|
|
3368
|
+
.table-list[data-v-3dbd30bd] {
|
|
3378
3369
|
height: 100%;
|
|
3379
3370
|
position: relative;
|
|
3380
3371
|
padding-left: 0 !important;
|
|
3381
3372
|
padding-right: 0 !important;
|
|
3382
3373
|
overflow: auto;
|
|
3383
3374
|
}
|
|
3384
|
-
.BagelTable .table-list[data-v-
|
|
3375
|
+
.BagelTable .table-list[data-v-3dbd30bd] {
|
|
3385
3376
|
overflow: unset;
|
|
3386
3377
|
}
|
|
3387
|
-
.row-item[data-v-
|
|
3388
|
-
height: var(--
|
|
3378
|
+
.row-item[data-v-3dbd30bd] {
|
|
3379
|
+
height: var(--44de596f);
|
|
3389
3380
|
transition: all 200ms ease;
|
|
3390
3381
|
}
|
|
3391
|
-
.row-item[data-v-
|
|
3382
|
+
.row-item[data-v-3dbd30bd]:hover {
|
|
3392
3383
|
background: var(--bgl-gray-light);
|
|
3393
3384
|
}
|
|
3394
|
-
.row-item input[type='checkbox'][data-v-
|
|
3385
|
+
.row-item input[type='checkbox'][data-v-3dbd30bd] {
|
|
3395
3386
|
margin-top: 0.45rem !important;
|
|
3396
3387
|
accent-color: var(--bgl-accent-color);
|
|
3397
3388
|
}
|
|
3398
|
-
.infinite-wrapper[data-v-
|
|
3389
|
+
.infinite-wrapper[data-v-3dbd30bd] {
|
|
3399
3390
|
overflow-y: auto;
|
|
3400
3391
|
width: 100%;
|
|
3401
3392
|
}
|
|
3402
|
-
input[type='checkbox'][data-v-
|
|
3393
|
+
input[type='checkbox'][data-v-3dbd30bd] {
|
|
3403
3394
|
margin-top: 0.3rem !important;
|
|
3404
3395
|
accent-color: var(--bgl-accent-color);
|
|
3405
3396
|
transform: scale(1.2);
|
|
@@ -3411,7 +3402,7 @@ input[type='checkbox'][data-v-bcd5ff3e] {
|
|
|
3411
3402
|
height: 0.85rem;
|
|
3412
3403
|
width: 0.85rem;
|
|
3413
3404
|
}
|
|
3414
|
-
input[type='checkbox'][data-v-
|
|
3405
|
+
input[type='checkbox'][data-v-3dbd30bd]::before {
|
|
3415
3406
|
content: '';
|
|
3416
3407
|
height: 0.85rem;
|
|
3417
3408
|
width: 0.85rem;
|
|
@@ -3424,18 +3415,18 @@ input[type='checkbox'][data-v-bcd5ff3e]::before {
|
|
|
3424
3415
|
transform: scale(1);
|
|
3425
3416
|
position: absolute;
|
|
3426
3417
|
}
|
|
3427
|
-
input[type='checkbox'][data-v-
|
|
3418
|
+
input[type='checkbox'][data-v-3dbd30bd]:hover::before {
|
|
3428
3419
|
opacity: 0.2;
|
|
3429
3420
|
transform: scale(2);
|
|
3430
3421
|
}
|
|
3431
|
-
[lang='he'] [dir='ltr'][data-v-
|
|
3422
|
+
[lang='he'] [dir='ltr'][data-v-3dbd30bd] {
|
|
3432
3423
|
text-align: right;
|
|
3433
3424
|
}
|
|
3434
|
-
th input[type='checkbox'][data-v-
|
|
3425
|
+
th input[type='checkbox'][data-v-3dbd30bd] {
|
|
3435
3426
|
transform: translateY(0.2rem) scale(1.2);
|
|
3436
3427
|
accent-color: var(--bgl-accent-color);
|
|
3437
3428
|
}
|
|
3438
|
-
th[data-v-
|
|
3429
|
+
th[data-v-3dbd30bd]::after {
|
|
3439
3430
|
content: '';
|
|
3440
3431
|
border-bottom: 1px solid var(--border-color);
|
|
3441
3432
|
position: absolute;
|
|
@@ -3443,24 +3434,24 @@ th[data-v-bcd5ff3e]::after {
|
|
|
3443
3434
|
right: 0;
|
|
3444
3435
|
bottom: -1px;
|
|
3445
3436
|
}
|
|
3446
|
-
tr[data-v-
|
|
3437
|
+
tr[data-v-3dbd30bd] {
|
|
3447
3438
|
border-bottom: 1px solid var(--border-color);
|
|
3448
3439
|
cursor: pointer;
|
|
3449
3440
|
align-items: center;
|
|
3450
3441
|
}
|
|
3451
|
-
td[data-v-
|
|
3452
|
-
th[data-v-
|
|
3442
|
+
td[data-v-3dbd30bd],
|
|
3443
|
+
th[data-v-3dbd30bd] {
|
|
3453
3444
|
white-space: nowrap;
|
|
3454
3445
|
padding: 0.75rem 0.65rem;
|
|
3455
3446
|
transition: var(--bgl-transition);
|
|
3456
3447
|
line-height: 1;
|
|
3457
3448
|
}
|
|
3458
|
-
tbody tr[data-v-
|
|
3449
|
+
tbody tr[data-v-3dbd30bd] {
|
|
3459
3450
|
font-size: 0.88em;
|
|
3460
|
-
height: var(--
|
|
3451
|
+
height: var(--44de596f);
|
|
3461
3452
|
transition: all 200ms ease;
|
|
3462
3453
|
}
|
|
3463
|
-
tbody tr[data-v-
|
|
3454
|
+
tbody tr[data-v-3dbd30bd]:hover {
|
|
3464
3455
|
background: var(--bgl-gray-light);
|
|
3465
3456
|
}
|
|
3466
3457
|
|
|
@@ -10971,277 +10962,287 @@ to {
|
|
|
10971
10962
|
input,
|
|
10972
10963
|
textarea,
|
|
10973
10964
|
select {
|
|
10974
|
-
|
|
10975
|
-
|
|
10965
|
+
font-family: inherit;
|
|
10966
|
+
width: 100%;
|
|
10976
10967
|
}
|
|
10977
10968
|
.bagel-input-error input,
|
|
10978
10969
|
.bagel-input-error button,
|
|
10979
10970
|
.bagel-input-error textarea {
|
|
10980
|
-
|
|
10971
|
+
outline: 1px solid var(--bgl-red);
|
|
10981
10972
|
}
|
|
10982
10973
|
.bagel-input {
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10974
|
+
position: relative;
|
|
10975
|
+
display: flex;
|
|
10976
|
+
flex-direction: column;
|
|
10977
|
+
text-align: start;
|
|
10978
|
+
margin-bottom: 0.5rem;
|
|
10979
|
+
width: 100%;
|
|
10980
|
+
color: var(--bgl-text-color);
|
|
10990
10981
|
}
|
|
10991
10982
|
.bagel-input::-webkit-input-placeholder .bagel-input label {
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
|
|
10983
|
+
display: block;
|
|
10984
|
+
font-size: var(--label-font-size);
|
|
10985
|
+
margin-bottom: 2px;
|
|
10986
|
+
line-height: 1.3;
|
|
10996
10987
|
}
|
|
10997
10988
|
.bagel-input::-moz-placeholder .bagel-input label {
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
10989
|
+
display: block;
|
|
10990
|
+
font-size: var(--label-font-size);
|
|
10991
|
+
margin-bottom: 2px;
|
|
10992
|
+
line-height: 1.3;
|
|
11002
10993
|
}
|
|
11003
10994
|
.bagel-input:-ms-input-placeholder .bagel-input label {
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
10995
|
+
display: block;
|
|
10996
|
+
font-size: var(--label-font-size);
|
|
10997
|
+
margin-bottom: 2px;
|
|
10998
|
+
line-height: 1.3;
|
|
11008
10999
|
}
|
|
11009
11000
|
.bagel-input::-ms-input-placeholder .bagel-input label {
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
|
|
11001
|
+
display: block;
|
|
11002
|
+
font-size: var(--label-font-size);
|
|
11003
|
+
margin-bottom: 2px;
|
|
11004
|
+
line-height: 1.3;
|
|
11014
11005
|
}
|
|
11015
11006
|
.bagel-input::placeholder .bagel-input label {
|
|
11016
|
-
|
|
11017
|
-
|
|
11018
|
-
|
|
11019
|
-
|
|
11007
|
+
display: block;
|
|
11008
|
+
font-size: var(--label-font-size);
|
|
11009
|
+
margin-bottom: 2px;
|
|
11010
|
+
line-height: 1.3;
|
|
11020
11011
|
}
|
|
11021
11012
|
.bagel-input::-webkit-input-placeholder {
|
|
11022
|
-
|
|
11013
|
+
color: var(--placeholder-color);
|
|
11023
11014
|
}
|
|
11024
11015
|
.bagel-input::-moz-placeholder {
|
|
11025
|
-
|
|
11016
|
+
color: var(--placeholder-color);
|
|
11026
11017
|
}
|
|
11027
11018
|
.bagel-input:-ms-input-placeholder {
|
|
11028
|
-
|
|
11019
|
+
color: var(--placeholder-color);
|
|
11029
11020
|
}
|
|
11030
11021
|
.bagel-input::-ms-input-placeholder {
|
|
11031
|
-
|
|
11022
|
+
color: var(--placeholder-color);
|
|
11032
11023
|
}
|
|
11033
11024
|
.bagel-input::placeholder {
|
|
11034
|
-
|
|
11025
|
+
color: var(--placeholder-color);
|
|
11035
11026
|
}
|
|
11036
11027
|
.bagel-input label {
|
|
11037
|
-
|
|
11028
|
+
color: var(--label-color);
|
|
11038
11029
|
}
|
|
11039
11030
|
.bagel-input input,
|
|
11040
11031
|
.bagel-input select,
|
|
11041
11032
|
.custom-select .input {
|
|
11042
|
-
|
|
11043
|
-
|
|
11033
|
+
height: var(--input-height);
|
|
11034
|
+
font-size: var(--input-font-size);
|
|
11044
11035
|
}
|
|
11045
11036
|
.bagel-input input,
|
|
11046
11037
|
.bagel-input textarea,
|
|
11047
11038
|
.bagel-input select,
|
|
11048
11039
|
.custom-select .input {
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11054
|
-
|
|
11055
|
-
|
|
11040
|
+
background: var(--input-bg);
|
|
11041
|
+
border: none;
|
|
11042
|
+
padding: 0.7rem;
|
|
11043
|
+
border-radius: var(--input-border-radius);
|
|
11044
|
+
color: var(--input-color);
|
|
11045
|
+
min-width: calc(var(--input-height) * 3);
|
|
11046
|
+
width: 100%;
|
|
11056
11047
|
}
|
|
11057
11048
|
.bagel-input input::-webkit-input-placeholder,
|
|
11058
11049
|
.bagel-input textarea::-webkit-input-placeholder,
|
|
11059
11050
|
.bagel-input select::-webkit-input-placeholder,
|
|
11060
11051
|
.custom-select .input::-webkit-input-placeholder {
|
|
11061
|
-
|
|
11052
|
+
color: var(--placeholder-color);
|
|
11062
11053
|
}
|
|
11063
11054
|
.bagel-input input::-moz-placeholder,
|
|
11064
11055
|
.bagel-input textarea::-moz-placeholder,
|
|
11065
11056
|
.bagel-input select::-moz-placeholder,
|
|
11066
11057
|
.custom-select .input::-moz-placeholder {
|
|
11067
|
-
|
|
11058
|
+
color: var(--placeholder-color);
|
|
11068
11059
|
}
|
|
11069
11060
|
.bagel-input input:-ms-input-placeholder,
|
|
11070
11061
|
.bagel-input textarea:-ms-input-placeholder,
|
|
11071
11062
|
.bagel-input select:-ms-input-placeholder,
|
|
11072
11063
|
.custom-select .input:-ms-input-placeholder {
|
|
11073
|
-
|
|
11064
|
+
color: var(--placeholder-color);
|
|
11074
11065
|
}
|
|
11075
11066
|
.bagel-input input::-ms-input-placeholder,
|
|
11076
11067
|
.bagel-input textarea::-ms-input-placeholder,
|
|
11077
11068
|
.bagel-input select::-ms-input-placeholder,
|
|
11078
11069
|
.custom-select .input::-ms-input-placeholder {
|
|
11079
|
-
|
|
11070
|
+
color: var(--placeholder-color);
|
|
11080
11071
|
}
|
|
11081
11072
|
.bagel-input input::placeholder,
|
|
11082
11073
|
.bagel-input textarea::placeholder,
|
|
11083
11074
|
.bagel-input select::placeholder,
|
|
11084
11075
|
.custom-select .input::placeholder {
|
|
11085
|
-
|
|
11076
|
+
color: var(--placeholder-color);
|
|
11086
11077
|
}
|
|
11087
11078
|
.bagel-input.search-wrap {
|
|
11088
|
-
|
|
11089
|
-
|
|
11090
|
-
|
|
11079
|
+
display: flex;
|
|
11080
|
+
flex-direction: row;
|
|
11081
|
+
align-items: center;
|
|
11091
11082
|
}
|
|
11092
11083
|
.bagel-input.search-wrap input {
|
|
11093
|
-
|
|
11094
|
-
|
|
11084
|
+
-webkit-padding-end: 2rem;
|
|
11085
|
+
padding-inline-end: 2rem;
|
|
11095
11086
|
}
|
|
11096
11087
|
.bagel-input.search-wrap .bgl_icon-font {
|
|
11097
|
-
|
|
11098
|
-
|
|
11088
|
+
-webkit-margin-start: -1.75rem;
|
|
11089
|
+
margin-inline-start: -1.75rem;
|
|
11099
11090
|
}
|
|
11100
11091
|
.bagel-input select {
|
|
11101
|
-
|
|
11092
|
+
height: var(--input-height);
|
|
11102
11093
|
}
|
|
11103
11094
|
.bagel-input textarea {
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11095
|
+
resize: vertical;
|
|
11096
|
+
min-height: calc(var(--input-height) * 3);
|
|
11097
|
+
line-height: 1.5;
|
|
11107
11098
|
}
|
|
11108
11099
|
.bagel-input.wider input {
|
|
11109
|
-
|
|
11100
|
+
min-width: 320px;
|
|
11110
11101
|
}
|
|
11111
|
-
.bagel-input input[type=
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
-
|
|
11115
|
-
|
|
11102
|
+
.bagel-input input[type='radio'] {
|
|
11103
|
+
padding: 0;
|
|
11104
|
+
width: -webkit-fit-content;
|
|
11105
|
+
width: -moz-fit-content;
|
|
11106
|
+
width: fit-content;
|
|
11116
11107
|
}
|
|
11117
11108
|
.bagel-input:focus-within label {
|
|
11118
|
-
|
|
11109
|
+
color: var(--bgl-primary);
|
|
11119
11110
|
}
|
|
11120
11111
|
.bagel-input select.no-edit,
|
|
11121
11112
|
.bagel-input input.no-edit,
|
|
11122
11113
|
.bagel-input textarea.no-edit,
|
|
11123
11114
|
.bagel-input .switch.no-edit {
|
|
11124
|
-
|
|
11125
|
-
|
|
11126
|
-
|
|
11115
|
+
pointer-events: none;
|
|
11116
|
+
outline: none;
|
|
11117
|
+
opacity: 0.7;
|
|
11127
11118
|
}
|
|
11128
11119
|
.bagel-input label.active {
|
|
11129
|
-
|
|
11120
|
+
color: var(--bgl-primary);
|
|
11130
11121
|
}
|
|
11131
11122
|
.inline-80 {
|
|
11132
|
-
|
|
11133
|
-
|
|
11123
|
+
display: inline-block;
|
|
11124
|
+
width: 80%;
|
|
11134
11125
|
}
|
|
11135
11126
|
.inline-20 {
|
|
11136
|
-
|
|
11137
|
-
|
|
11127
|
+
display: inline-block;
|
|
11128
|
+
width: 20%;
|
|
11138
11129
|
}
|
|
11139
11130
|
.inline-10 {
|
|
11140
|
-
|
|
11141
|
-
|
|
11131
|
+
display: inline-block;
|
|
11132
|
+
width: 20%;
|
|
11142
11133
|
}
|
|
11143
11134
|
.inline-50 {
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11135
|
+
display: inline-block;
|
|
11136
|
+
width: 49%;
|
|
11137
|
+
margin: 0 0.5%;
|
|
11147
11138
|
}
|
|
11148
11139
|
.custom-select .input {
|
|
11149
|
-
|
|
11150
|
-
|
|
11140
|
+
height: var(--input-height);
|
|
11141
|
+
font-size: var(--input-font-size);
|
|
11151
11142
|
}
|
|
11152
11143
|
.custom-select .input {
|
|
11153
|
-
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11144
|
+
background: var(--input-bg);
|
|
11145
|
+
border: none;
|
|
11146
|
+
padding: 0.7rem;
|
|
11147
|
+
border-radius: var(--input-border-radius);
|
|
11148
|
+
color: var(--input-color);
|
|
11149
|
+
min-width: calc(var(--input-height) * 3);
|
|
11150
|
+
width: 100%;
|
|
11160
11151
|
}
|
|
11161
|
-
[dir='rtl'] .bagel-input input[type=
|
|
11162
|
-
[dir='rtl'] .tel-input input[type=
|
|
11163
|
-
|
|
11164
|
-
|
|
11152
|
+
[dir='rtl'] .bagel-input input[type='email'],
|
|
11153
|
+
[dir='rtl'] .tel-input input[type='tel'] {
|
|
11154
|
+
direction: ltr;
|
|
11155
|
+
text-align: right;
|
|
11165
11156
|
}
|
|
11166
11157
|
.input.active .bagel-input input:focus-visible,
|
|
11167
11158
|
.bagel-input select:focus-visible,
|
|
11168
11159
|
.bagel-input textarea:focus-visible,
|
|
11169
11160
|
.bagel-input button:focus-visible,
|
|
11170
11161
|
.bgl_btn:focus-visible {
|
|
11171
|
-
|
|
11172
|
-
|
|
11162
|
+
outline-color: var(--bgl-primary-tint);
|
|
11163
|
+
box-shadow: inset 0 0 10px #00000012;
|
|
11173
11164
|
}
|
|
11174
11165
|
.bagel-input input:focus,
|
|
11175
11166
|
.bagel-input select:focus,
|
|
11176
11167
|
.bagel-input textarea:focus,
|
|
11177
11168
|
.bagel-input .bgl_btn:focus,
|
|
11178
11169
|
.bagel-input button:focus {
|
|
11179
|
-
|
|
11180
|
-
|
|
11181
|
-
|
|
11182
|
-
|
|
11170
|
+
outline-color: rgba(0, 0, 0, 0.05);
|
|
11171
|
+
box-shadow: inset 0 0 10px #00000021;
|
|
11172
|
+
outline-color: var(--input-bg);
|
|
11183
11173
|
}
|
|
11184
11174
|
.bagel-input.light-input input,
|
|
11185
11175
|
.bagel-input.light-input textarea,
|
|
11186
11176
|
.bagel-input.light-input select,
|
|
11187
11177
|
.custom-select.light-input .input,
|
|
11188
11178
|
.light-input .selectinput-btn {
|
|
11189
|
-
|
|
11190
|
-
|
|
11191
|
-
|
|
11179
|
+
background: var(--bgl-popup-bg) !important;
|
|
11180
|
+
box-shadow:
|
|
11181
|
+
0 1px 5px 0 rgba(0, 0, 0, 0.1),
|
|
11182
|
+
0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
|
|
11183
|
+
outline: 1px solid var(--border-color) !important;
|
|
11192
11184
|
}
|
|
11193
11185
|
.input.active.light-input,
|
|
11194
11186
|
.bagel-input.light-input input:focus-visible,
|
|
11195
11187
|
.bagel-input.light-input select:focus-visible,
|
|
11196
11188
|
.bagel-input.light-input textarea:focus-visible {
|
|
11197
|
-
|
|
11189
|
+
box-shadow: inset 0 0 2px var(--bgl-popup-text) !important;
|
|
11198
11190
|
}
|
|
11199
|
-
.bagel-input input[type=
|
|
11200
|
-
.bagel-input input[type=
|
|
11201
|
-
|
|
11191
|
+
.bagel-input input[type='number']-webkit-inner-spin-button,
|
|
11192
|
+
.bagel-input input[type='number']::-webkit-outer-spin-button {
|
|
11193
|
+
-webkit-appearance: none;
|
|
11202
11194
|
}
|
|
11203
11195
|
.label-count-0 label {
|
|
11204
|
-
|
|
11196
|
+
display: none;
|
|
11205
11197
|
}
|
|
11206
11198
|
.label-count-0 button.bgl_btn.bgl_flatBtn {
|
|
11207
|
-
|
|
11199
|
+
margin-right: 5px;
|
|
11208
11200
|
}
|
|
11209
11201
|
.label-count-0 button.bgl_btn.bgl_flatBtn:hover {
|
|
11210
|
-
|
|
11202
|
+
background: var(--bgl-hover-filter);
|
|
11211
11203
|
}
|
|
11212
|
-
.bagel-input input[type=
|
|
11213
|
-
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11217
|
-
|
|
11218
|
-
|
|
11219
|
-
|
|
11220
|
-
|
|
11221
|
-
|
|
11204
|
+
.bagel-input input[type='color'] {
|
|
11205
|
+
padding: 0.025rem 0.05rem;
|
|
11206
|
+
display: block;
|
|
11207
|
+
width: var(--input-height);
|
|
11208
|
+
height: var(--input-height);
|
|
11209
|
+
border: none;
|
|
11210
|
+
-webkit-appearance: none;
|
|
11211
|
+
-moz-appearance: none;
|
|
11212
|
+
appearance: none;
|
|
11213
|
+
cursor: pointer;
|
|
11222
11214
|
}
|
|
11223
|
-
.bagel-input input[type=
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
11215
|
+
.bagel-input input[type='color']::-webkit-color-swatch {
|
|
11216
|
+
border-radius: var(--input-border-radius);
|
|
11217
|
+
border: none;
|
|
11218
|
+
-webkit-transition: box-shadow 200ms ease;
|
|
11219
|
+
transition: box-shadow 200ms ease;
|
|
11228
11220
|
}
|
|
11229
|
-
.bagel-input input[type=
|
|
11230
|
-
|
|
11231
|
-
|
|
11232
|
-
|
|
11233
|
-
|
|
11221
|
+
.bagel-input input[type='color']::-moz-color-swatch {
|
|
11222
|
+
border-radius: var(--input-border-radius);
|
|
11223
|
+
border: none;
|
|
11224
|
+
-moz-transition: box-shadow 200ms ease;
|
|
11225
|
+
transition: box-shadow 200ms ease;
|
|
11234
11226
|
}
|
|
11235
|
-
.bagel-input input[type=
|
|
11236
|
-
|
|
11227
|
+
.bagel-input input[type='color']::-webkit-color-swatch:hover {
|
|
11228
|
+
box-shadow: inset 0 0 10px #00000050;
|
|
11237
11229
|
}
|
|
11238
|
-
.bagel-input input[type=
|
|
11239
|
-
|
|
11230
|
+
.bagel-input input[type='color']::-moz-color-swatch:hover {
|
|
11231
|
+
box-shadow: inset 0 0 10px #00000050;
|
|
11240
11232
|
}
|
|
11241
11233
|
@media screen and (max-width: 910px) {
|
|
11242
|
-
|
|
11243
|
-
|
|
11244
|
-
|
|
11234
|
+
.bagel-input.wider input {
|
|
11235
|
+
min-width: 120px;
|
|
11236
|
+
}
|
|
11237
|
+
}
|
|
11238
|
+
.pixel {
|
|
11239
|
+
width: 0;
|
|
11240
|
+
height: 0;
|
|
11241
|
+
overflow: hidden;
|
|
11242
|
+
outline: none;
|
|
11243
|
+
position: absolute;
|
|
11244
|
+
bottom: 0;
|
|
11245
|
+
left: 50%;
|
|
11245
11246
|
}
|
|
11246
11247
|
.bgl_btn,
|
|
11247
11248
|
.bgl_flatBtn,
|