@qikdev/vue-ui 0.2.335 → 0.2.337
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/lib.es.js +6130 -5943
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3996 -3798
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +67 -62
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -1776,19 +1776,19 @@ input[data-v-4bea995b]:focus {
|
|
|
1776
1776
|
bottom: 0;
|
|
1777
1777
|
right: 0;
|
|
1778
1778
|
}
|
|
1779
|
-
.basic-input-style[data-v-
|
|
1779
|
+
.basic-input-style[data-v-106fe4ac] {
|
|
1780
1780
|
color: inherit;
|
|
1781
1781
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1782
1782
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1783
1783
|
}
|
|
1784
|
-
.content-item[data-v-
|
|
1784
|
+
.content-item[data-v-106fe4ac] {
|
|
1785
1785
|
padding: 0.5em 0.8em;
|
|
1786
1786
|
border-radius: 0.3em;
|
|
1787
1787
|
cursor: pointer;
|
|
1788
1788
|
margin-bottom: 1px;
|
|
1789
1789
|
position: relative;
|
|
1790
1790
|
}
|
|
1791
|
-
.content-item .bar[data-v-
|
|
1791
|
+
.content-item .bar[data-v-106fe4ac] {
|
|
1792
1792
|
left: 0;
|
|
1793
1793
|
top: 0;
|
|
1794
1794
|
bottom: 0;
|
|
@@ -1796,67 +1796,67 @@ input[data-v-4bea995b]:focus {
|
|
|
1796
1796
|
width: 0.2em;
|
|
1797
1797
|
display: block;
|
|
1798
1798
|
}
|
|
1799
|
-
.content-item .item-summary[data-v-
|
|
1799
|
+
.content-item .item-summary[data-v-106fe4ac] {
|
|
1800
1800
|
opacity: 0.5;
|
|
1801
1801
|
font-size: 0.9em;
|
|
1802
1802
|
}
|
|
1803
|
-
.content-item .item-title[data-v-
|
|
1803
|
+
.content-item .item-title[data-v-106fe4ac] {
|
|
1804
1804
|
font-weight: 500;
|
|
1805
1805
|
}
|
|
1806
1806
|
@media (prefers-color-scheme: light) {
|
|
1807
|
-
.content-item[data-v-
|
|
1807
|
+
.content-item[data-v-106fe4ac] {
|
|
1808
1808
|
background: var(--bg1, #fff);
|
|
1809
1809
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|
|
1812
1812
|
@media (prefers-color-scheme: dark) {
|
|
1813
|
-
.content-item[data-v-
|
|
1813
|
+
.content-item[data-v-106fe4ac] {
|
|
1814
1814
|
background: color-mix(in lab, #000 1%, transparent);
|
|
1815
1815
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1816
1816
|
}
|
|
1817
1817
|
}
|
|
1818
|
-
.content-item[data-v-
|
|
1818
|
+
.content-item[data-v-106fe4ac]:last-child {
|
|
1819
1819
|
margin-bottom: 0;
|
|
1820
1820
|
}
|
|
1821
|
-
.content-item.deleted .text[data-v-
|
|
1821
|
+
.content-item.deleted .text[data-v-106fe4ac] {
|
|
1822
1822
|
color: var(--error, red);
|
|
1823
1823
|
text-decoration: line-through;
|
|
1824
1824
|
}
|
|
1825
|
-
.content-item.inactive .text[data-v-
|
|
1825
|
+
.content-item.inactive .text[data-v-106fe4ac] {
|
|
1826
1826
|
opacity: 0.5;
|
|
1827
1827
|
}
|
|
1828
|
-
.content-item .text[data-v-
|
|
1828
|
+
.content-item .text[data-v-106fe4ac] {
|
|
1829
1829
|
overflow: hidden;
|
|
1830
1830
|
text-overflow: ellipsis;
|
|
1831
1831
|
white-space: pre-line;
|
|
1832
1832
|
}
|
|
1833
|
-
.content-item .icon-wrapper[data-v-
|
|
1833
|
+
.content-item .icon-wrapper[data-v-106fe4ac] {
|
|
1834
1834
|
width: 25px;
|
|
1835
1835
|
font-size: 20px;
|
|
1836
1836
|
text-align: center;
|
|
1837
1837
|
}
|
|
1838
|
-
.content-item .icon-wrapper.complete[data-v-
|
|
1838
|
+
.content-item .icon-wrapper.complete[data-v-106fe4ac] {
|
|
1839
1839
|
color: var(--success, green);
|
|
1840
1840
|
}
|
|
1841
|
-
.content-item .icon-wrapper.pending[data-v-
|
|
1841
|
+
.content-item .icon-wrapper.pending[data-v-106fe4ac] {
|
|
1842
1842
|
color: var(--warning, orange);
|
|
1843
1843
|
}
|
|
1844
|
-
.content-item .image-wrapper[data-v-
|
|
1844
|
+
.content-item .image-wrapper[data-v-106fe4ac] {
|
|
1845
1845
|
width: 2em;
|
|
1846
1846
|
max-width: 50px;
|
|
1847
1847
|
}
|
|
1848
|
-
.content-item .image-wrapper.profile[data-v-
|
|
1848
|
+
.content-item .image-wrapper.profile[data-v-106fe4ac] {
|
|
1849
1849
|
width: 2em;
|
|
1850
1850
|
height: 2em;
|
|
1851
1851
|
margin-right: 0.2em;
|
|
1852
1852
|
background: #0000001a;
|
|
1853
1853
|
border-radius: 100%;
|
|
1854
1854
|
}
|
|
1855
|
-
.content-item[data-v-
|
|
1855
|
+
.content-item[data-v-106fe4ac]:hover {
|
|
1856
1856
|
cursor: pointer;
|
|
1857
1857
|
background: color-mix(in lab, currentColor 2%, transparent);
|
|
1858
1858
|
}
|
|
1859
|
-
.content-item .pill[data-v-
|
|
1859
|
+
.content-item .pill[data-v-106fe4ac] {
|
|
1860
1860
|
border-radius: 3em;
|
|
1861
1861
|
padding: 0.3em 0.6em;
|
|
1862
1862
|
display: block;
|
|
@@ -1868,46 +1868,46 @@ input[data-v-4bea995b]:focus {
|
|
|
1868
1868
|
color: color-mix(in lab, currentColor, transparent);
|
|
1869
1869
|
border: 1px solid;
|
|
1870
1870
|
}
|
|
1871
|
-
.content-item .pill.live[data-v-
|
|
1872
|
-
.content-item .pill.success[data-v-
|
|
1873
|
-
.content-item .pill.paid[data-v-
|
|
1874
|
-
.content-item .pill.active[data-v-
|
|
1871
|
+
.content-item .pill.live[data-v-106fe4ac],
|
|
1872
|
+
.content-item .pill.success[data-v-106fe4ac],
|
|
1873
|
+
.content-item .pill.paid[data-v-106fe4ac],
|
|
1874
|
+
.content-item .pill.active[data-v-106fe4ac] {
|
|
1875
1875
|
background: #e0f3bf;
|
|
1876
1876
|
color: #569e2f;
|
|
1877
1877
|
}
|
|
1878
1878
|
@media (prefers-color-scheme: dark) {
|
|
1879
|
-
.content-item .pill.live[data-v-
|
|
1880
|
-
.content-item .pill.success[data-v-
|
|
1881
|
-
.content-item .pill.paid[data-v-
|
|
1882
|
-
.content-item .pill.active[data-v-
|
|
1879
|
+
.content-item .pill.live[data-v-106fe4ac],
|
|
1880
|
+
.content-item .pill.success[data-v-106fe4ac],
|
|
1881
|
+
.content-item .pill.paid[data-v-106fe4ac],
|
|
1882
|
+
.content-item .pill.active[data-v-106fe4ac] {
|
|
1883
1883
|
background: none;
|
|
1884
1884
|
}
|
|
1885
1885
|
}
|
|
1886
|
-
.content-item .pill.sandbox[data-v-
|
|
1887
|
-
.content-item .pill.pending[data-v-
|
|
1888
|
-
.content-item .pill.cancelling[data-v-
|
|
1886
|
+
.content-item .pill.sandbox[data-v-106fe4ac],
|
|
1887
|
+
.content-item .pill.pending[data-v-106fe4ac],
|
|
1888
|
+
.content-item .pill.cancelling[data-v-106fe4ac] {
|
|
1889
1889
|
background: #fbecbb;
|
|
1890
1890
|
color: #d17a0e;
|
|
1891
1891
|
}
|
|
1892
1892
|
@media (prefers-color-scheme: dark) {
|
|
1893
|
-
.content-item .pill.sandbox[data-v-
|
|
1894
|
-
.content-item .pill.pending[data-v-
|
|
1895
|
-
.content-item .pill.cancelling[data-v-
|
|
1893
|
+
.content-item .pill.sandbox[data-v-106fe4ac],
|
|
1894
|
+
.content-item .pill.pending[data-v-106fe4ac],
|
|
1895
|
+
.content-item .pill.cancelling[data-v-106fe4ac] {
|
|
1896
1896
|
background: none;
|
|
1897
1897
|
}
|
|
1898
1898
|
}
|
|
1899
|
-
.content-item .pill.error[data-v-
|
|
1900
|
-
.content-item .pill.unpaid[data-v-
|
|
1901
|
-
.content-item .pill.deleted[data-v-
|
|
1902
|
-
.content-item .pill.failed[data-v-
|
|
1899
|
+
.content-item .pill.error[data-v-106fe4ac],
|
|
1900
|
+
.content-item .pill.unpaid[data-v-106fe4ac],
|
|
1901
|
+
.content-item .pill.deleted[data-v-106fe4ac],
|
|
1902
|
+
.content-item .pill.failed[data-v-106fe4ac] {
|
|
1903
1903
|
background: #fdd;
|
|
1904
1904
|
color: #b14e4e;
|
|
1905
1905
|
}
|
|
1906
1906
|
@media (prefers-color-scheme: dark) {
|
|
1907
|
-
.content-item .pill.error[data-v-
|
|
1908
|
-
.content-item .pill.unpaid[data-v-
|
|
1909
|
-
.content-item .pill.deleted[data-v-
|
|
1910
|
-
.content-item .pill.failed[data-v-
|
|
1907
|
+
.content-item .pill.error[data-v-106fe4ac],
|
|
1908
|
+
.content-item .pill.unpaid[data-v-106fe4ac],
|
|
1909
|
+
.content-item .pill.deleted[data-v-106fe4ac],
|
|
1910
|
+
.content-item .pill.failed[data-v-106fe4ac] {
|
|
1911
1911
|
background: none;
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
@@ -1977,16 +1977,16 @@ input[data-v-111b2532]:focus {
|
|
|
1977
1977
|
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1978
1978
|
}
|
|
1979
1979
|
}
|
|
1980
|
-
.basic-input-style[data-v-
|
|
1980
|
+
.basic-input-style[data-v-37c317e1] {
|
|
1981
1981
|
color: inherit;
|
|
1982
1982
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1983
1983
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1984
1984
|
}
|
|
1985
|
-
.search[data-v-
|
|
1985
|
+
.search[data-v-37c317e1] {
|
|
1986
1986
|
position: relative;
|
|
1987
1987
|
width: 100%;
|
|
1988
1988
|
}
|
|
1989
|
-
.search > .icon[data-v-
|
|
1989
|
+
.search > .icon[data-v-37c317e1] {
|
|
1990
1990
|
position: absolute;
|
|
1991
1991
|
right: 0;
|
|
1992
1992
|
top: 50%;
|
|
@@ -1994,7 +1994,7 @@ input[data-v-111b2532]:focus {
|
|
|
1994
1994
|
bottom: 0;
|
|
1995
1995
|
padding: 0 1em;
|
|
1996
1996
|
}
|
|
1997
|
-
.search input[data-v-
|
|
1997
|
+
.search input[data-v-37c317e1] {
|
|
1998
1998
|
width: 100%;
|
|
1999
1999
|
border-radius: 5em;
|
|
2000
2000
|
padding: 0.5em 1em;
|
|
@@ -2008,7 +2008,7 @@ input[data-v-111b2532]:focus {
|
|
|
2008
2008
|
background: color-mix(in lab, currentColor 6%, transparent);
|
|
2009
2009
|
border: 1px solid transparent;
|
|
2010
2010
|
}
|
|
2011
|
-
.search input[data-v-
|
|
2011
|
+
.search input[data-v-37c317e1]:focus {
|
|
2012
2012
|
background: var(--bg1, #fff);
|
|
2013
2013
|
border: 1px solid var(--primary);
|
|
2014
2014
|
outline: none;
|
|
@@ -3833,28 +3833,33 @@ td[data-v-2eaaec20]:first-child {
|
|
|
3833
3833
|
.ux-multi-group[data-v-cb997d0e] {
|
|
3834
3834
|
margin-bottom: 1em;
|
|
3835
3835
|
}
|
|
3836
|
-
.basic-input-style[data-v-
|
|
3836
|
+
.basic-input-style[data-v-9bd6305c] {
|
|
3837
3837
|
color: inherit;
|
|
3838
3838
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3839
3839
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3840
3840
|
}
|
|
3841
|
-
.ux-empty[data-v-
|
|
3841
|
+
.ux-empty[data-v-9bd6305c] {
|
|
3842
3842
|
display: none !important;
|
|
3843
3843
|
}
|
|
3844
|
-
.ux-field-render[data-v-
|
|
3844
|
+
.ux-field-render[data-v-9bd6305c] {
|
|
3845
3845
|
margin-bottom: 1.5em;
|
|
3846
3846
|
}
|
|
3847
|
-
.ux-field-render.ux-layout-only[data-v-
|
|
3847
|
+
.ux-field-render.ux-layout-only[data-v-9bd6305c] {
|
|
3848
3848
|
margin-bottom: 0;
|
|
3849
3849
|
}
|
|
3850
|
-
.ux-field-render.ux-layout-only > .ux-field-title[data-v-
|
|
3851
|
-
.ux-field-render.ux-layout-only > .ux-field-description[data-v-
|
|
3850
|
+
.ux-field-render.ux-layout-only > .ux-field-title[data-v-9bd6305c],
|
|
3851
|
+
.ux-field-render.ux-layout-only > .ux-field-description[data-v-9bd6305c] {
|
|
3852
3852
|
display: none;
|
|
3853
3853
|
}
|
|
3854
|
-
[data-v-
|
|
3854
|
+
.display-grid[data-v-9bd6305c] {
|
|
3855
|
+
display: grid;
|
|
3856
|
+
grid-template-columns: repeat(2, minmax(150px, 1fr));
|
|
3857
|
+
gap: 1em;
|
|
3858
|
+
}
|
|
3859
|
+
[data-v-9bd6305c] table {
|
|
3855
3860
|
width: 100%;
|
|
3856
3861
|
}
|
|
3857
|
-
.ux-password-render input[data-v-
|
|
3862
|
+
.ux-password-render input[data-v-9bd6305c] {
|
|
3858
3863
|
font-family: monospace;
|
|
3859
3864
|
width: 100%;
|
|
3860
3865
|
border-radius: 0.1em;
|
|
@@ -3870,51 +3875,51 @@ td[data-v-2eaaec20]:first-child {
|
|
|
3870
3875
|
height: 2.5em;
|
|
3871
3876
|
color: inherit;
|
|
3872
3877
|
}
|
|
3873
|
-
.ux-password-render input[data-v-
|
|
3878
|
+
.ux-password-render input[data-v-9bd6305c]:focus {
|
|
3874
3879
|
background: none;
|
|
3875
3880
|
border: 1px solid var(--primary);
|
|
3876
3881
|
outline: none;
|
|
3877
3882
|
}
|
|
3878
|
-
.signature-view[data-v-
|
|
3883
|
+
.signature-view[data-v-9bd6305c] {
|
|
3879
3884
|
width: clamp(200px, 30svw, 350px);
|
|
3880
3885
|
border-radius: 0.5em;
|
|
3881
3886
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
3882
3887
|
margin: 0 1em 1em 0;
|
|
3883
3888
|
}
|
|
3884
|
-
.signature-view img[data-v-
|
|
3889
|
+
.signature-view img[data-v-9bd6305c] {
|
|
3885
3890
|
display: block;
|
|
3886
3891
|
width: 100%;
|
|
3887
3892
|
height: auto;
|
|
3888
3893
|
}
|
|
3889
|
-
.currency[data-v-
|
|
3894
|
+
.currency[data-v-9bd6305c] {
|
|
3890
3895
|
text-transform: uppercase;
|
|
3891
3896
|
opacity: 0.5;
|
|
3892
3897
|
font-size: 0.7em;
|
|
3893
3898
|
}
|
|
3894
|
-
[data-v-
|
|
3899
|
+
[data-v-9bd6305c] .ux-field-title {
|
|
3895
3900
|
margin-top: 0.5em;
|
|
3896
3901
|
display: block;
|
|
3897
3902
|
margin-bottom: 0.2em;
|
|
3898
3903
|
font-weight: 400;
|
|
3899
3904
|
opacity: 0.5;
|
|
3900
3905
|
}
|
|
3901
|
-
[data-v-
|
|
3906
|
+
[data-v-9bd6305c] .ux-field-description {
|
|
3902
3907
|
font-size: 0.7em;
|
|
3903
3908
|
opacity: 0.3;
|
|
3904
3909
|
font-style: italic;
|
|
3905
3910
|
margin-bottom: 0.5em;
|
|
3906
3911
|
}
|
|
3907
|
-
.basic-input-style[data-v-
|
|
3912
|
+
.basic-input-style[data-v-62742e05] {
|
|
3908
3913
|
color: inherit;
|
|
3909
3914
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3910
3915
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3911
3916
|
}
|
|
3912
|
-
.ux-render-flex[data-v-
|
|
3917
|
+
.ux-render-flex[data-v-62742e05] {
|
|
3913
3918
|
display: flex;
|
|
3914
3919
|
flex: 1;
|
|
3915
3920
|
gap: 2em;
|
|
3916
3921
|
}
|
|
3917
|
-
.ux-render-flex .ux-field-render-flex[data-v-
|
|
3922
|
+
.ux-render-flex .ux-field-render-flex[data-v-62742e05] {
|
|
3918
3923
|
flex: 1;
|
|
3919
3924
|
}
|
|
3920
3925
|
.basic-input-style[data-v-81d5376b] {
|