@bagelink/vue 0.0.687 → 0.0.689
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/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/TelInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +25 -37
- package/dist/index.mjs +25 -37
- package/dist/style.css +58 -125
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts +1 -3
- package/dist/utils/lang.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/components/form/inputs/DatePicker.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +3 -1
- package/src/components/form/inputs/TelInput.vue +53 -74
- package/src/styles/layout.css +17 -50
- package/src/styles/mobilLayout.css +16 -47
- package/src/styles/text.css +0 -8
- package/src/types/index.ts +0 -1
- package/src/utils/lang.ts +2 -9
package/dist/style.css
CHANGED
|
@@ -1676,7 +1676,7 @@ display: block;
|
|
|
1676
1676
|
box-shadow: inset 0 0 10px #00000012;
|
|
1677
1677
|
}
|
|
1678
1678
|
[dir="rtl"] .dp__inner_nav svg{
|
|
1679
|
-
|
|
1679
|
+
transform: rotate(180deg) !important;
|
|
1680
1680
|
}
|
|
1681
1681
|
@media screen and (max-width: 767px) {
|
|
1682
1682
|
.datetime-wrap {
|
|
@@ -1716,7 +1716,7 @@ display: block;
|
|
|
1716
1716
|
color: var(--bgl-white);
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
.bagel-input .fileUploadWrap[data-v-
|
|
1719
|
+
.bagel-input .fileUploadWrap[data-v-4c71cd49] {
|
|
1720
1720
|
--width: 320px;
|
|
1721
1721
|
outline: 1px solid var(--border-color);
|
|
1722
1722
|
border-radius: var(--input-border-radius);
|
|
@@ -1729,7 +1729,7 @@ display: block;
|
|
|
1729
1729
|
overflow-y: auto;
|
|
1730
1730
|
background: var(--input-bg);
|
|
1731
1731
|
}
|
|
1732
|
-
.previewName[data-v-
|
|
1732
|
+
.previewName[data-v-4c71cd49] {
|
|
1733
1733
|
padding: 0.5rem;
|
|
1734
1734
|
text-align: start;
|
|
1735
1735
|
color: var(--input-color);
|
|
@@ -1739,18 +1739,18 @@ display: block;
|
|
|
1739
1739
|
align-items: center;
|
|
1740
1740
|
padding-inline: 14px;
|
|
1741
1741
|
}
|
|
1742
|
-
.previewName p[data-v-
|
|
1742
|
+
.previewName p[data-v-4c71cd49] {
|
|
1743
1743
|
overflow: hidden;
|
|
1744
1744
|
text-overflow: ellipsis;
|
|
1745
1745
|
white-space: nowrap;
|
|
1746
1746
|
}
|
|
1747
|
-
.imagePreviewWrap[data-v-
|
|
1747
|
+
.imagePreviewWrap[data-v-4c71cd49] {
|
|
1748
1748
|
background: var(--input-bg);
|
|
1749
1749
|
border-radius: var(--input-border-radius);
|
|
1750
1750
|
padding: 5px;
|
|
1751
1751
|
min-height: 90px;
|
|
1752
1752
|
}
|
|
1753
|
-
img.preview[data-v-
|
|
1753
|
+
img.preview[data-v-4c71cd49] {
|
|
1754
1754
|
/* max-height: calc(var(--width) / 2); */
|
|
1755
1755
|
/* max-width: calc(var(--width) * 2); */
|
|
1756
1756
|
width: 40px;
|
|
@@ -1760,18 +1760,19 @@ img.preview[data-v-1506863e] {
|
|
|
1760
1760
|
background: var(--bgl-gray-light);
|
|
1761
1761
|
box-shadow: 0 0 10px #00000012;
|
|
1762
1762
|
}
|
|
1763
|
-
img.preview.single[data-v-
|
|
1763
|
+
img.preview.single[data-v-4c71cd49] {
|
|
1764
1764
|
max-width: var(--width);
|
|
1765
1765
|
width: calc(100% - 2.75rem);
|
|
1766
1766
|
object-fit: contain;
|
|
1767
1767
|
height: auto;
|
|
1768
|
+
max-height: calc(var(--width) / 2);
|
|
1768
1769
|
margin: 1rem;
|
|
1769
1770
|
}
|
|
1770
|
-
.fileUploadWrap.dragover[data-v-
|
|
1771
|
-
.fileUploadWrap[data-v-
|
|
1771
|
+
.fileUploadWrap.dragover[data-v-4c71cd49],
|
|
1772
|
+
.fileUploadWrap[data-v-4c71cd49]:hover {
|
|
1772
1773
|
box-shadow: inset 0 0 10px #00000012;
|
|
1773
1774
|
}
|
|
1774
|
-
.bagel-input .fileUploadWrap.fileDropZone[data-v-
|
|
1775
|
+
.bagel-input .fileUploadWrap.fileDropZone[data-v-4c71cd49] {
|
|
1775
1776
|
background: var(--input-bg);
|
|
1776
1777
|
display: flex;
|
|
1777
1778
|
align-items: center;
|
|
@@ -1779,7 +1780,7 @@ img.preview.single[data-v-1506863e] {
|
|
|
1779
1780
|
color: var(--bgl-gray);
|
|
1780
1781
|
flex-direction: column;
|
|
1781
1782
|
}
|
|
1782
|
-
.pie[data-v-
|
|
1783
|
+
.pie[data-v-4c71cd49] {
|
|
1783
1784
|
width: 30px;
|
|
1784
1785
|
height: 30px;
|
|
1785
1786
|
position: relative;
|
|
@@ -1787,7 +1788,7 @@ img.preview.single[data-v-1506863e] {
|
|
|
1787
1788
|
align-items: center;
|
|
1788
1789
|
justify-content: center;
|
|
1789
1790
|
}
|
|
1790
|
-
.pie[data-v-
|
|
1791
|
+
.pie[data-v-4c71cd49]:before {
|
|
1791
1792
|
content: '';
|
|
1792
1793
|
position: absolute;
|
|
1793
1794
|
border-radius: 50%;
|
|
@@ -1805,26 +1806,26 @@ img.preview.single[data-v-1506863e] {
|
|
|
1805
1806
|
#000 calc(100% - var(--b))
|
|
1806
1807
|
);
|
|
1807
1808
|
}
|
|
1808
|
-
.pie .success[data-v-
|
|
1809
|
+
.pie .success[data-v-4c71cd49] {
|
|
1809
1810
|
transform: scale(0);
|
|
1810
1811
|
opacity: 0;
|
|
1811
1812
|
transition: all 0.3s ease-in-out;
|
|
1812
1813
|
}
|
|
1813
|
-
.pie .progress[data-v-
|
|
1814
|
+
.pie .progress[data-v-4c71cd49] {
|
|
1814
1815
|
position: absolute;
|
|
1815
1816
|
font-size: 10px;
|
|
1816
1817
|
}
|
|
1817
|
-
.pie.complete .progress[data-v-
|
|
1818
|
+
.pie.complete .progress[data-v-4c71cd49] {
|
|
1818
1819
|
display: none;
|
|
1819
1820
|
}
|
|
1820
|
-
.pie.complete .success[data-v-
|
|
1821
|
+
.pie.complete .success[data-v-4c71cd49] {
|
|
1821
1822
|
transform: scale(1.3);
|
|
1822
1823
|
opacity: 1;
|
|
1823
1824
|
}
|
|
1824
|
-
.pie.complete[data-v-
|
|
1825
|
+
.pie.complete[data-v-4c71cd49]:before {
|
|
1825
1826
|
background: conic-gradient(var(--bgl-green) calc(var(--p) * 1%), #0000 0);
|
|
1826
1827
|
}
|
|
1827
|
-
.pie.complete[data-v-
|
|
1828
|
+
.pie.complete[data-v-4c71cd49] {
|
|
1828
1829
|
color: var(--bgl-green);
|
|
1829
1830
|
}
|
|
1830
1831
|
|
|
@@ -2052,7 +2053,7 @@ p {
|
|
|
2052
2053
|
border-radius: var(--input-border-radius);
|
|
2053
2054
|
}
|
|
2054
2055
|
|
|
2055
|
-
.tel-input[data-v-
|
|
2056
|
+
.tel-input[data-v-4c2ef2c5] {
|
|
2056
2057
|
direction: ltr;
|
|
2057
2058
|
text-align: left;
|
|
2058
2059
|
background: var(--input-bg);
|
|
@@ -2063,21 +2064,21 @@ p {
|
|
|
2063
2064
|
min-width: calc(var(--input-height) * 3);
|
|
2064
2065
|
width: 100%;
|
|
2065
2066
|
}
|
|
2066
|
-
.tel-input[data-v-
|
|
2067
|
+
.tel-input[data-v-4c2ef2c5]:focus-within {
|
|
2067
2068
|
outline: none;
|
|
2068
2069
|
box-shadow: inset 0 0 10px #00000012;
|
|
2069
2070
|
}
|
|
2070
|
-
.tel-input input[data-v-
|
|
2071
|
+
.tel-input input[data-v-4c2ef2c5] {
|
|
2071
2072
|
background: transparent;
|
|
2072
2073
|
}
|
|
2073
|
-
.tel-input input[data-v-
|
|
2074
|
+
.tel-input input[data-v-4c2ef2c5]:focus-visible {
|
|
2074
2075
|
box-shadow: none;
|
|
2075
2076
|
}
|
|
2076
|
-
.input_country-code[data-v-
|
|
2077
|
+
.input_country-code[data-v-4c2ef2c5] {
|
|
2077
2078
|
font-size: var(--input-font-size);
|
|
2078
2079
|
color: var(--input-color);
|
|
2079
2080
|
}
|
|
2080
|
-
.tel-country[data-v-
|
|
2081
|
+
.tel-country[data-v-4c2ef2c5] {
|
|
2081
2082
|
font-size: var(--input-font-size);
|
|
2082
2083
|
max-width: 200px;
|
|
2083
2084
|
white-space: nowrap;
|
|
@@ -2086,7 +2087,7 @@ p {
|
|
|
2086
2087
|
margin-top: 0;
|
|
2087
2088
|
margin-bottom: 0;
|
|
2088
2089
|
}
|
|
2089
|
-
.tel-countryp-dropdown[data-v-
|
|
2090
|
+
.tel-countryp-dropdown[data-v-4c2ef2c5] {
|
|
2090
2091
|
direction: ltr;
|
|
2091
2092
|
text-align: left;
|
|
2092
2093
|
}
|
|
@@ -3770,7 +3771,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3770
3771
|
.h-10px {
|
|
3771
3772
|
height: 10px;
|
|
3772
3773
|
}
|
|
3773
|
-
.hm-10px
|
|
3774
|
+
.hm-10px {
|
|
3774
3775
|
max-height: 10px;
|
|
3775
3776
|
}
|
|
3776
3777
|
.h-20 {
|
|
@@ -3782,7 +3783,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3782
3783
|
.h-20px {
|
|
3783
3784
|
height: 20px;
|
|
3784
3785
|
}
|
|
3785
|
-
.hm-20px
|
|
3786
|
+
.hm-20px {
|
|
3786
3787
|
max-height: 20px;
|
|
3787
3788
|
}
|
|
3788
3789
|
.h-30 {
|
|
@@ -3794,7 +3795,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3794
3795
|
.h-30px {
|
|
3795
3796
|
height: 30px;
|
|
3796
3797
|
}
|
|
3797
|
-
.hm-30px
|
|
3798
|
+
.hm-30px {
|
|
3798
3799
|
max-height: 30px;
|
|
3799
3800
|
}
|
|
3800
3801
|
.h-40 {
|
|
@@ -3806,7 +3807,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3806
3807
|
.h-40px {
|
|
3807
3808
|
height: 40px;
|
|
3808
3809
|
}
|
|
3809
|
-
.hm-40px
|
|
3810
|
+
.hm-40px {
|
|
3810
3811
|
max-height: 40px;
|
|
3811
3812
|
}
|
|
3812
3813
|
.h-50 {
|
|
@@ -3818,7 +3819,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3818
3819
|
.h-50px {
|
|
3819
3820
|
height: 50px;
|
|
3820
3821
|
}
|
|
3821
|
-
.hm-50px
|
|
3822
|
+
.hm-50px {
|
|
3822
3823
|
max-height: 50px;
|
|
3823
3824
|
}
|
|
3824
3825
|
.h-60 {
|
|
@@ -3830,7 +3831,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3830
3831
|
.h-60px {
|
|
3831
3832
|
height: 60px;
|
|
3832
3833
|
}
|
|
3833
|
-
.hm-60px
|
|
3834
|
+
.hm-60px {
|
|
3834
3835
|
max-height: 60px;
|
|
3835
3836
|
}
|
|
3836
3837
|
.h-70 {
|
|
@@ -3842,7 +3843,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3842
3843
|
.h-70px {
|
|
3843
3844
|
height: 70px;
|
|
3844
3845
|
}
|
|
3845
|
-
.hm-70px
|
|
3846
|
+
.hm-70px {
|
|
3846
3847
|
max-height: 70px;
|
|
3847
3848
|
}
|
|
3848
3849
|
.h-80 {
|
|
@@ -3854,7 +3855,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3854
3855
|
.h-80px {
|
|
3855
3856
|
height: 80px;
|
|
3856
3857
|
}
|
|
3857
|
-
.hm-80px
|
|
3858
|
+
.hm-80px {
|
|
3858
3859
|
max-height: 80px;
|
|
3859
3860
|
}
|
|
3860
3861
|
.h-90 {
|
|
@@ -3866,7 +3867,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3866
3867
|
.h-90px {
|
|
3867
3868
|
height: 90px;
|
|
3868
3869
|
}
|
|
3869
|
-
.hm-90px
|
|
3870
|
+
.hm-90px {
|
|
3870
3871
|
max-height: 90px;
|
|
3871
3872
|
}
|
|
3872
3873
|
.h-100 {
|
|
@@ -3878,7 +3879,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3878
3879
|
.h-100px {
|
|
3879
3880
|
height: 100px !important;
|
|
3880
3881
|
}
|
|
3881
|
-
.hm-100px
|
|
3882
|
+
.hm-100px {
|
|
3882
3883
|
max-height: 100px;
|
|
3883
3884
|
}
|
|
3884
3885
|
.h-150 {
|
|
@@ -3890,7 +3891,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3890
3891
|
.h-150px {
|
|
3891
3892
|
height: 150px;
|
|
3892
3893
|
}
|
|
3893
|
-
.hm-150px
|
|
3894
|
+
.hm-150px {
|
|
3894
3895
|
max-height: 150px;
|
|
3895
3896
|
}
|
|
3896
3897
|
.h-200 {
|
|
@@ -3902,7 +3903,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3902
3903
|
.h-200px {
|
|
3903
3904
|
height: 200px;
|
|
3904
3905
|
}
|
|
3905
|
-
.hm-200px
|
|
3906
|
+
.hm-200px {
|
|
3906
3907
|
max-height: 200px;
|
|
3907
3908
|
}
|
|
3908
3909
|
.h-300 {
|
|
@@ -3914,7 +3915,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3914
3915
|
.h-300px {
|
|
3915
3916
|
height: 300px;
|
|
3916
3917
|
}
|
|
3917
|
-
.hm-300px
|
|
3918
|
+
.hm-300px {
|
|
3918
3919
|
max-height: 300px;
|
|
3919
3920
|
}
|
|
3920
3921
|
.h-400 {
|
|
@@ -3926,7 +3927,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3926
3927
|
.h-400px {
|
|
3927
3928
|
height: 400px;
|
|
3928
3929
|
}
|
|
3929
|
-
.hm-400px
|
|
3930
|
+
.hm-400px {
|
|
3930
3931
|
max-height: 400px;
|
|
3931
3932
|
}
|
|
3932
3933
|
.h-500 {
|
|
@@ -3938,7 +3939,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
3938
3939
|
.h-500px {
|
|
3939
3940
|
height: 500px;
|
|
3940
3941
|
}
|
|
3941
|
-
.hm-500px
|
|
3942
|
+
.hm-500px {
|
|
3942
3943
|
max-height: 500px;
|
|
3943
3944
|
}
|
|
3944
3945
|
.h-600 {
|
|
@@ -3950,39 +3951,9 @@ input[type="number"][data-v-4c741194] {
|
|
|
3950
3951
|
.h-600px {
|
|
3951
3952
|
height: 600px;
|
|
3952
3953
|
}
|
|
3953
|
-
.hm-600px
|
|
3954
|
+
.hm-600px {
|
|
3954
3955
|
max-height: 600px;
|
|
3955
3956
|
}
|
|
3956
|
-
.hm-10vh, .max-h-10vh {
|
|
3957
|
-
max-height: 10vh;
|
|
3958
|
-
}
|
|
3959
|
-
.hm-20vh, .max-h-20vh {
|
|
3960
|
-
max-height: 20vh;
|
|
3961
|
-
}
|
|
3962
|
-
.hm-30vh, .max-h-30vh {
|
|
3963
|
-
max-height: 30vh;
|
|
3964
|
-
}
|
|
3965
|
-
.hm-40vh, .max-h-40vh {
|
|
3966
|
-
max-height: 40vh;
|
|
3967
|
-
}
|
|
3968
|
-
.hm-50vh, .max-h-50vh {
|
|
3969
|
-
max-height: 50vh;
|
|
3970
|
-
}
|
|
3971
|
-
.hm-60vh, .max-h-60vh {
|
|
3972
|
-
max-height: 60vh;
|
|
3973
|
-
}
|
|
3974
|
-
.hm-70vh, .max-h-70vh {
|
|
3975
|
-
max-height: 70vh;
|
|
3976
|
-
}
|
|
3977
|
-
.hm-80vh, .max-h-80vh {
|
|
3978
|
-
max-height: 80vh;
|
|
3979
|
-
}
|
|
3980
|
-
.hm-90vh, .max-h-90vh {
|
|
3981
|
-
max-height: 90vh;
|
|
3982
|
-
}
|
|
3983
|
-
.hm-100vh, .max-h-100vh {
|
|
3984
|
-
max-height: 100vh;
|
|
3985
|
-
}
|
|
3986
3957
|
.layout-h-100 {
|
|
3987
3958
|
height: 100vh;
|
|
3988
3959
|
overflow-y: hidden;
|
|
@@ -5602,7 +5573,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5602
5573
|
height: 10px;
|
|
5603
5574
|
}
|
|
5604
5575
|
|
|
5605
|
-
.m_hm-10px
|
|
5576
|
+
.m_hm-10px {
|
|
5606
5577
|
max-height: 10px;
|
|
5607
5578
|
}
|
|
5608
5579
|
|
|
@@ -5619,7 +5590,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5619
5590
|
height: 20px;
|
|
5620
5591
|
}
|
|
5621
5592
|
|
|
5622
|
-
.m_hm-20px
|
|
5593
|
+
.m_hm-20px {
|
|
5623
5594
|
max-height: 20px;
|
|
5624
5595
|
}
|
|
5625
5596
|
|
|
@@ -5635,7 +5606,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5635
5606
|
height: 30px;
|
|
5636
5607
|
}
|
|
5637
5608
|
|
|
5638
|
-
.m_hm-30px
|
|
5609
|
+
.m_hm-30px {
|
|
5639
5610
|
max-height: 30px;
|
|
5640
5611
|
}
|
|
5641
5612
|
|
|
@@ -5651,7 +5622,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5651
5622
|
height: 40px;
|
|
5652
5623
|
}
|
|
5653
5624
|
|
|
5654
|
-
.m_hm-40px
|
|
5625
|
+
.m_hm-40px {
|
|
5655
5626
|
max-height: 40px;
|
|
5656
5627
|
}
|
|
5657
5628
|
|
|
@@ -5667,7 +5638,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5667
5638
|
height: 50px;
|
|
5668
5639
|
}
|
|
5669
5640
|
|
|
5670
|
-
.m_hm-50px
|
|
5641
|
+
.m_hm-50px {
|
|
5671
5642
|
max-height: 50px;
|
|
5672
5643
|
}
|
|
5673
5644
|
|
|
@@ -5683,7 +5654,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5683
5654
|
height: 60px;
|
|
5684
5655
|
}
|
|
5685
5656
|
|
|
5686
|
-
.m_hm-60px
|
|
5657
|
+
.m_hm-60px {
|
|
5687
5658
|
max-height: 60px;
|
|
5688
5659
|
}
|
|
5689
5660
|
|
|
@@ -5699,7 +5670,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5699
5670
|
height: 70px;
|
|
5700
5671
|
}
|
|
5701
5672
|
|
|
5702
|
-
.m_hm-70px
|
|
5673
|
+
.m_hm-70px {
|
|
5703
5674
|
max-height: 70px;
|
|
5704
5675
|
}
|
|
5705
5676
|
|
|
@@ -5715,7 +5686,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5715
5686
|
height: 80px;
|
|
5716
5687
|
}
|
|
5717
5688
|
|
|
5718
|
-
.m_hm-80px
|
|
5689
|
+
.m_hm-80px {
|
|
5719
5690
|
max-height: 80px;
|
|
5720
5691
|
}
|
|
5721
5692
|
|
|
@@ -5731,7 +5702,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5731
5702
|
height: 90px;
|
|
5732
5703
|
}
|
|
5733
5704
|
|
|
5734
|
-
.m_hm-90px
|
|
5705
|
+
.m_hm-90px {
|
|
5735
5706
|
max-height: 90px;
|
|
5736
5707
|
}
|
|
5737
5708
|
|
|
@@ -5748,7 +5719,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5748
5719
|
height: 100px;
|
|
5749
5720
|
}
|
|
5750
5721
|
|
|
5751
|
-
.m_hm-100px
|
|
5722
|
+
.m_hm-100px {
|
|
5752
5723
|
max-height: 100px;
|
|
5753
5724
|
}
|
|
5754
5725
|
|
|
@@ -5764,7 +5735,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5764
5735
|
height: 150px;
|
|
5765
5736
|
}
|
|
5766
5737
|
|
|
5767
|
-
.m_hm-150px
|
|
5738
|
+
.m_hm-150px {
|
|
5768
5739
|
max-height: 150px;
|
|
5769
5740
|
}
|
|
5770
5741
|
|
|
@@ -5780,7 +5751,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5780
5751
|
height: 200px;
|
|
5781
5752
|
}
|
|
5782
5753
|
|
|
5783
|
-
.m_hm-200px
|
|
5754
|
+
.m_hm-200px {
|
|
5784
5755
|
max-height: 200px;
|
|
5785
5756
|
}
|
|
5786
5757
|
|
|
@@ -5796,7 +5767,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5796
5767
|
height: 300px;
|
|
5797
5768
|
}
|
|
5798
5769
|
|
|
5799
|
-
.m_hm-300px
|
|
5770
|
+
.m_hm-300px {
|
|
5800
5771
|
max-height: 300px;
|
|
5801
5772
|
}
|
|
5802
5773
|
|
|
@@ -5812,7 +5783,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5812
5783
|
height: 400px;
|
|
5813
5784
|
}
|
|
5814
5785
|
|
|
5815
|
-
.m_hm-400px
|
|
5786
|
+
.m_hm-400px {
|
|
5816
5787
|
max-height: 400px;
|
|
5817
5788
|
}
|
|
5818
5789
|
|
|
@@ -5828,7 +5799,7 @@ input[type="number"][data-v-4c741194] {
|
|
|
5828
5799
|
height: 500px;
|
|
5829
5800
|
}
|
|
5830
5801
|
|
|
5831
|
-
.m_hm-500px
|
|
5802
|
+
.m_hm-500px {
|
|
5832
5803
|
max-height: 500px;
|
|
5833
5804
|
}
|
|
5834
5805
|
|
|
@@ -5844,41 +5815,10 @@ input[type="number"][data-v-4c741194] {
|
|
|
5844
5815
|
height: 600px;
|
|
5845
5816
|
}
|
|
5846
5817
|
|
|
5847
|
-
.m_hm-600px
|
|
5818
|
+
.m_hm-600px {
|
|
5848
5819
|
max-height: 600px;
|
|
5849
5820
|
}
|
|
5850
5821
|
|
|
5851
|
-
.m_hm-10vh, .m_max-h-10vh {
|
|
5852
|
-
max-height: 10vh;
|
|
5853
|
-
}
|
|
5854
|
-
.m_hm-20vh, .m_max-h-20vh {
|
|
5855
|
-
max-height: 20vh;
|
|
5856
|
-
}
|
|
5857
|
-
.m_hm-30vh, .m_max-h-30vh {
|
|
5858
|
-
max-height: 30vh;
|
|
5859
|
-
}
|
|
5860
|
-
.m_hm-40vh, .m_max-h-40vh {
|
|
5861
|
-
max-height: 40vh;
|
|
5862
|
-
}
|
|
5863
|
-
.m_hm-50vh, .m_max-h-50vh {
|
|
5864
|
-
max-height: 50vh;
|
|
5865
|
-
}
|
|
5866
|
-
.m_hm-60vh, .m_max-h-60vh {
|
|
5867
|
-
max-height: 60vh;
|
|
5868
|
-
}
|
|
5869
|
-
.m_hm-70vh, .m_max-h-70vh {
|
|
5870
|
-
max-height: 70vh;
|
|
5871
|
-
}
|
|
5872
|
-
.m_hm-80vh, .m_max-h-80vh {
|
|
5873
|
-
max-height: 80vh;
|
|
5874
|
-
}
|
|
5875
|
-
.m_hm-90vh, .m_max-h-90vh {
|
|
5876
|
-
max-height: 90vh;
|
|
5877
|
-
}
|
|
5878
|
-
.m_hm-100vh, .m_max-h-100vh {
|
|
5879
|
-
max-height: 100vh;
|
|
5880
|
-
}
|
|
5881
|
-
|
|
5882
5822
|
|
|
5883
5823
|
.m_layout-h-100 {
|
|
5884
5824
|
height: 100vh;
|
|
@@ -6913,9 +6853,6 @@ select {
|
|
|
6913
6853
|
.bgl_icon-font {
|
|
6914
6854
|
font-family: "Material Symbols Outlined", serif !important;
|
|
6915
6855
|
}
|
|
6916
|
-
.user-select-none{
|
|
6917
|
-
user-select: none;
|
|
6918
|
-
}
|
|
6919
6856
|
.nowrap {
|
|
6920
6857
|
white-space: nowrap;
|
|
6921
6858
|
}
|
|
@@ -7277,10 +7214,6 @@ select {
|
|
|
7277
7214
|
white-space: nowrap;
|
|
7278
7215
|
}
|
|
7279
7216
|
|
|
7280
|
-
.m_user-select-none{
|
|
7281
|
-
user-select: none;
|
|
7282
|
-
}
|
|
7283
|
-
|
|
7284
7217
|
.m_balance {
|
|
7285
7218
|
text-wrap: balance;
|
|
7286
7219
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACX,mBAAmB,IAAI,uBAAuB,EAC9C,QAAQ,EACR,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,GACZ,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAEpD,YAAY,EAAE,aAAa,EAAE,CAAA;AAC7B,YAAY,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAC/D,YAAY,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAA;AACzC,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAExC,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,GAAG,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,aAAa,CAAA;CACpB,GAAG,MAAM,CAAA;AAEV,MAAM,MAAM,SAAS,GACpB,OAAO,GACL,OAAO,GACP,KAAK,GACL,MAAM,GACN,YAAY,GACZ,OAAO,GACP,OAAO,GACP,SAAS,GACT,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACX,mBAAmB,IAAI,uBAAuB,EAC9C,QAAQ,EACR,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,GACZ,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAEpD,YAAY,EAAE,aAAa,EAAE,CAAA;AAC7B,YAAY,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAC/D,YAAY,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAA;AACzC,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAExC,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,GAAG,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,aAAa,CAAA;CACpB,GAAG,MAAM,CAAA;AAEV,MAAM,MAAM,SAAS,GACpB,OAAO,GACL,OAAO,GACP,KAAK,GACL,MAAM,GACN,YAAY,GACZ,OAAO,GACP,OAAO,GACP,SAAS,GACT,MAAM,CAAA;AAET,MAAM,MAAM,MAAM,GACf,MAAM,GACN,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACnB;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA"}
|
package/dist/utils/lang.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
declare function $tdb<T extends Record<string, any>>(langEl?: T): string;
|
|
2
1
|
export declare function useLang(): {
|
|
3
2
|
lang: import('vue').WritableComputedRef<string>;
|
|
4
|
-
$tdb:
|
|
3
|
+
$tdb: (langEl: Record<string, any>) => any;
|
|
5
4
|
availableLangs: import('vue').WritableComputedRef<string[]>;
|
|
6
5
|
defaultLang: import('vue').WritableComputedRef<string>;
|
|
7
6
|
};
|
|
8
|
-
export {};
|
|
9
7
|
//# sourceMappingURL=lang.d.ts.map
|
package/dist/utils/lang.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lang.d.ts","sourceRoot":"","sources":["../../src/utils/lang.ts"],"names":[],"mappings":"AAcA,
|
|
1
|
+
{"version":3,"file":"lang.d.ts","sourceRoot":"","sources":["../../src/utils/lang.ts"],"names":[],"mappings":"AAcA,wBAAgB,OAAO;;mBAMA,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;EAkBzC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bagelink/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.689",
|
|
5
5
|
"description": "Bagel core sdk packages",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Neveh Allon",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/signature_pad": "^2.3.6",
|
|
55
55
|
"@vue-macros/reactivity-transform": "^1.0.3",
|
|
56
|
-
"vue": "^3.4.
|
|
56
|
+
"vue": "^3.4.35"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@bagelink/sdk": "*",
|
|
@@ -104,15 +104,15 @@
|
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@tiptap/extension-image": "^2.5.
|
|
108
|
-
"@tiptap/extension-table": "^2.5.
|
|
109
|
-
"@tiptap/extension-table-cell": "^2.5.
|
|
110
|
-
"@tiptap/extension-table-header": "^2.5.
|
|
111
|
-
"@tiptap/extension-table-row": "^2.5.
|
|
112
|
-
"@tiptap/extension-youtube": "^2.5.
|
|
113
|
-
"@tiptap/pm": "^2.5.
|
|
114
|
-
"@tiptap/starter-kit": "^2.5.
|
|
115
|
-
"@tiptap/vue-3": "^2.5.
|
|
107
|
+
"@tiptap/extension-image": "^2.5.8",
|
|
108
|
+
"@tiptap/extension-table": "^2.5.8",
|
|
109
|
+
"@tiptap/extension-table-cell": "^2.5.8",
|
|
110
|
+
"@tiptap/extension-table-header": "^2.5.8",
|
|
111
|
+
"@tiptap/extension-table-row": "^2.5.8",
|
|
112
|
+
"@tiptap/extension-youtube": "^2.5.8",
|
|
113
|
+
"@tiptap/pm": "^2.5.8",
|
|
114
|
+
"@tiptap/starter-kit": "^2.5.8",
|
|
115
|
+
"@tiptap/vue-3": "^2.5.8",
|
|
116
116
|
"@vuepic/vue-datepicker": "^8.8.1",
|
|
117
117
|
"@vueuse/core": "^10.11.0",
|
|
118
118
|
"axios": "^1.7.3",
|
|
@@ -168,7 +168,7 @@ const hours = Array.from({ length: 18 }, (_, index) => {
|
|
|
168
168
|
box-shadow: inset 0 0 10px #00000012;
|
|
169
169
|
}
|
|
170
170
|
[dir="rtl"] .dp__inner_nav svg{
|
|
171
|
-
|
|
171
|
+
transform: rotate(180deg) !important;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
@media screen and (max-width: 767px) {
|
|
@@ -12,7 +12,7 @@ const props = defineProps<{
|
|
|
12
12
|
topic?: string
|
|
13
13
|
}>()
|
|
14
14
|
|
|
15
|
-
const emit = defineEmits(['update:modelValue'])
|
|
15
|
+
const emit = defineEmits(['update:modelValue', 'addFileStart'])
|
|
16
16
|
|
|
17
17
|
const bagel = useBagel()
|
|
18
18
|
|
|
@@ -111,6 +111,7 @@ function removeFile(file: StorageFile) {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
async function flushQueue() {
|
|
114
|
+
emit('addFileStart')
|
|
114
115
|
for (const file of fileQueue) {
|
|
115
116
|
file.uploading = true
|
|
116
117
|
if (!props.multiple) storageFiles.splice(0, 1)
|
|
@@ -300,6 +301,7 @@ img.preview.single {
|
|
|
300
301
|
width: calc(100% - 2.75rem);
|
|
301
302
|
object-fit: contain;
|
|
302
303
|
height: auto;
|
|
304
|
+
max-height: calc(var(--width) / 2);
|
|
303
305
|
margin: 1rem;
|
|
304
306
|
}
|
|
305
307
|
|