@qikdev/vue-ui 0.2.303 → 0.2.305
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 +1834 -1726
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2088 -1990
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +101 -76
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -253,15 +253,15 @@
|
|
|
253
253
|
color: var(--primary);
|
|
254
254
|
border-left: 3px solid var(--primary);
|
|
255
255
|
}
|
|
256
|
-
.basic-input-style[data-v-
|
|
256
|
+
.basic-input-style[data-v-a4b42e00] {
|
|
257
257
|
color: inherit;
|
|
258
258
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
259
259
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
260
260
|
}
|
|
261
|
-
td[data-v-
|
|
261
|
+
td[data-v-a4b42e00] {
|
|
262
262
|
padding: 0.3em !important;
|
|
263
263
|
}
|
|
264
|
-
td .avatar-wrapper[data-v-
|
|
264
|
+
td .avatar-wrapper[data-v-a4b42e00] {
|
|
265
265
|
width: 2.6em;
|
|
266
266
|
}
|
|
267
267
|
.basic-input-style[data-v-794b199f] {
|
|
@@ -913,15 +913,40 @@ tr.inactive[data-v-fbdf91c9]:after {
|
|
|
913
913
|
background: #b14e4e;
|
|
914
914
|
color: #fff;
|
|
915
915
|
}
|
|
916
|
-
.
|
|
916
|
+
.basic-input-style[data-v-55cb2e26] {
|
|
917
|
+
color: inherit;
|
|
918
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
919
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
920
|
+
}
|
|
921
|
+
.avatar-image[data-v-55cb2e26] {
|
|
917
922
|
width: 100%;
|
|
918
923
|
display: block;
|
|
919
924
|
border-radius: 100%;
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
background-color: color-mix(in lab, currentColor
|
|
925
|
+
overflow: hidden;
|
|
926
|
+
position: relative;
|
|
927
|
+
background-color: color-mix(in lab, currentColor 25%, transparent);
|
|
928
|
+
}
|
|
929
|
+
.avatar-image .avatar-img[data-v-55cb2e26] {
|
|
923
930
|
background-size: cover;
|
|
924
931
|
background-position: center center;
|
|
932
|
+
height: 0;
|
|
933
|
+
padding-bottom: 100%;
|
|
934
|
+
position: relative;
|
|
935
|
+
}
|
|
936
|
+
.avatar-image .initials[data-v-55cb2e26] {
|
|
937
|
+
display: flex;
|
|
938
|
+
align-items: center;
|
|
939
|
+
justify-content: center;
|
|
940
|
+
text-align: center;
|
|
941
|
+
position: absolute;
|
|
942
|
+
left: 0;
|
|
943
|
+
top: 0;
|
|
944
|
+
right: 0;
|
|
945
|
+
bottom: 0;
|
|
946
|
+
font-size: 0.9em;
|
|
947
|
+
letter-spacing: 0.1em;
|
|
948
|
+
font-weight: 500;
|
|
949
|
+
color: var(--bg1, currentColor);
|
|
925
950
|
}
|
|
926
951
|
.basic-input-style[data-v-594a0385] {
|
|
927
952
|
color: inherit;
|
|
@@ -1648,78 +1673,78 @@ input[data-v-4bea995b]:focus {
|
|
|
1648
1673
|
bottom: 0;
|
|
1649
1674
|
right: 0;
|
|
1650
1675
|
}
|
|
1651
|
-
.basic-input-style[data-v-
|
|
1676
|
+
.basic-input-style[data-v-81a59941] {
|
|
1652
1677
|
color: inherit;
|
|
1653
1678
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1654
1679
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1655
1680
|
}
|
|
1656
|
-
.content-item[data-v-
|
|
1681
|
+
.content-item[data-v-81a59941] {
|
|
1657
1682
|
padding: 0.5em 0.8em;
|
|
1658
1683
|
border-radius: 0.3em;
|
|
1659
1684
|
cursor: pointer;
|
|
1660
1685
|
margin-bottom: 1px;
|
|
1661
1686
|
}
|
|
1662
|
-
.content-item .item-summary[data-v-
|
|
1687
|
+
.content-item .item-summary[data-v-81a59941] {
|
|
1663
1688
|
opacity: 0.5;
|
|
1664
1689
|
font-size: 0.9em;
|
|
1665
1690
|
}
|
|
1666
|
-
.content-item .item-title[data-v-
|
|
1691
|
+
.content-item .item-title[data-v-81a59941] {
|
|
1667
1692
|
font-weight: 500;
|
|
1668
1693
|
}
|
|
1669
1694
|
@media (prefers-color-scheme: light) {
|
|
1670
|
-
.content-item[data-v-
|
|
1695
|
+
.content-item[data-v-81a59941] {
|
|
1671
1696
|
background: var(--bg1, #fff);
|
|
1672
1697
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1673
1698
|
}
|
|
1674
1699
|
}
|
|
1675
1700
|
@media (prefers-color-scheme: dark) {
|
|
1676
|
-
.content-item[data-v-
|
|
1701
|
+
.content-item[data-v-81a59941] {
|
|
1677
1702
|
background: color-mix(in lab, #000 1%, transparent);
|
|
1678
1703
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1679
1704
|
}
|
|
1680
1705
|
}
|
|
1681
|
-
.content-item[data-v-
|
|
1706
|
+
.content-item[data-v-81a59941]:last-child {
|
|
1682
1707
|
margin-bottom: 0;
|
|
1683
1708
|
}
|
|
1684
|
-
.content-item.deleted .text[data-v-
|
|
1709
|
+
.content-item.deleted .text[data-v-81a59941] {
|
|
1685
1710
|
color: var(--error, red);
|
|
1686
1711
|
text-decoration: line-through;
|
|
1687
1712
|
}
|
|
1688
|
-
.content-item.inactive .text[data-v-
|
|
1713
|
+
.content-item.inactive .text[data-v-81a59941] {
|
|
1689
1714
|
opacity: 0.5;
|
|
1690
1715
|
}
|
|
1691
|
-
.content-item .text[data-v-
|
|
1716
|
+
.content-item .text[data-v-81a59941] {
|
|
1692
1717
|
overflow: hidden;
|
|
1693
1718
|
text-overflow: ellipsis;
|
|
1694
1719
|
white-space: pre-line;
|
|
1695
1720
|
}
|
|
1696
|
-
.content-item .icon-wrapper[data-v-
|
|
1721
|
+
.content-item .icon-wrapper[data-v-81a59941] {
|
|
1697
1722
|
width: 25px;
|
|
1698
1723
|
font-size: 20px;
|
|
1699
1724
|
text-align: center;
|
|
1700
1725
|
}
|
|
1701
|
-
.content-item .icon-wrapper.complete[data-v-
|
|
1726
|
+
.content-item .icon-wrapper.complete[data-v-81a59941] {
|
|
1702
1727
|
color: var(--success, green);
|
|
1703
1728
|
}
|
|
1704
|
-
.content-item .icon-wrapper.pending[data-v-
|
|
1729
|
+
.content-item .icon-wrapper.pending[data-v-81a59941] {
|
|
1705
1730
|
color: var(--warning, orange);
|
|
1706
1731
|
}
|
|
1707
|
-
.content-item .image-wrapper[data-v-
|
|
1732
|
+
.content-item .image-wrapper[data-v-81a59941] {
|
|
1708
1733
|
width: 2em;
|
|
1709
1734
|
max-width: 50px;
|
|
1710
1735
|
}
|
|
1711
|
-
.content-item .image-wrapper.profile[data-v-
|
|
1736
|
+
.content-item .image-wrapper.profile[data-v-81a59941] {
|
|
1712
1737
|
width: 2em;
|
|
1713
1738
|
height: 2em;
|
|
1714
1739
|
margin-right: 0.2em;
|
|
1715
1740
|
background: rgba(0, 0, 0, 0.1);
|
|
1716
1741
|
border-radius: 100%;
|
|
1717
1742
|
}
|
|
1718
|
-
.content-item[data-v-
|
|
1743
|
+
.content-item[data-v-81a59941]:hover {
|
|
1719
1744
|
cursor: pointer;
|
|
1720
1745
|
background: color-mix(in lab, currentColor 2%, transparent);
|
|
1721
1746
|
}
|
|
1722
|
-
.content-item .pill[data-v-
|
|
1747
|
+
.content-item .pill[data-v-81a59941] {
|
|
1723
1748
|
border-radius: 3em;
|
|
1724
1749
|
padding: 0.3em 0.6em;
|
|
1725
1750
|
display: block;
|
|
@@ -1731,62 +1756,62 @@ input[data-v-4bea995b]:focus {
|
|
|
1731
1756
|
color: color-mix(in lab, currentColor, transparent);
|
|
1732
1757
|
border: 1px solid;
|
|
1733
1758
|
}
|
|
1734
|
-
.content-item .pill.live[data-v-
|
|
1735
|
-
.content-item .pill.success[data-v-
|
|
1736
|
-
.content-item .pill.paid[data-v-
|
|
1737
|
-
.content-item .pill.active[data-v-
|
|
1759
|
+
.content-item .pill.live[data-v-81a59941],
|
|
1760
|
+
.content-item .pill.success[data-v-81a59941],
|
|
1761
|
+
.content-item .pill.paid[data-v-81a59941],
|
|
1762
|
+
.content-item .pill.active[data-v-81a59941] {
|
|
1738
1763
|
background: #e0f3bf;
|
|
1739
1764
|
color: #569e2f;
|
|
1740
1765
|
}
|
|
1741
1766
|
@media (prefers-color-scheme: dark) {
|
|
1742
|
-
.content-item .pill.live[data-v-
|
|
1743
|
-
.content-item .pill.success[data-v-
|
|
1744
|
-
.content-item .pill.paid[data-v-
|
|
1745
|
-
.content-item .pill.active[data-v-
|
|
1767
|
+
.content-item .pill.live[data-v-81a59941],
|
|
1768
|
+
.content-item .pill.success[data-v-81a59941],
|
|
1769
|
+
.content-item .pill.paid[data-v-81a59941],
|
|
1770
|
+
.content-item .pill.active[data-v-81a59941] {
|
|
1746
1771
|
background: none;
|
|
1747
1772
|
}
|
|
1748
1773
|
}
|
|
1749
|
-
.content-item .pill.sandbox[data-v-
|
|
1750
|
-
.content-item .pill.pending[data-v-
|
|
1751
|
-
.content-item .pill.cancelling[data-v-
|
|
1774
|
+
.content-item .pill.sandbox[data-v-81a59941],
|
|
1775
|
+
.content-item .pill.pending[data-v-81a59941],
|
|
1776
|
+
.content-item .pill.cancelling[data-v-81a59941] {
|
|
1752
1777
|
background: #fbecbb;
|
|
1753
1778
|
color: #d17a0e;
|
|
1754
1779
|
}
|
|
1755
1780
|
@media (prefers-color-scheme: dark) {
|
|
1756
|
-
.content-item .pill.sandbox[data-v-
|
|
1757
|
-
.content-item .pill.pending[data-v-
|
|
1758
|
-
.content-item .pill.cancelling[data-v-
|
|
1781
|
+
.content-item .pill.sandbox[data-v-81a59941],
|
|
1782
|
+
.content-item .pill.pending[data-v-81a59941],
|
|
1783
|
+
.content-item .pill.cancelling[data-v-81a59941] {
|
|
1759
1784
|
background: none;
|
|
1760
1785
|
}
|
|
1761
1786
|
}
|
|
1762
|
-
.content-item .pill.error[data-v-
|
|
1763
|
-
.content-item .pill.unpaid[data-v-
|
|
1764
|
-
.content-item .pill.deleted[data-v-
|
|
1765
|
-
.content-item .pill.failed[data-v-
|
|
1787
|
+
.content-item .pill.error[data-v-81a59941],
|
|
1788
|
+
.content-item .pill.unpaid[data-v-81a59941],
|
|
1789
|
+
.content-item .pill.deleted[data-v-81a59941],
|
|
1790
|
+
.content-item .pill.failed[data-v-81a59941] {
|
|
1766
1791
|
background: #ffdddd;
|
|
1767
1792
|
color: #b14e4e;
|
|
1768
1793
|
}
|
|
1769
1794
|
@media (prefers-color-scheme: dark) {
|
|
1770
|
-
.content-item .pill.error[data-v-
|
|
1771
|
-
.content-item .pill.unpaid[data-v-
|
|
1772
|
-
.content-item .pill.deleted[data-v-
|
|
1773
|
-
.content-item .pill.failed[data-v-
|
|
1795
|
+
.content-item .pill.error[data-v-81a59941],
|
|
1796
|
+
.content-item .pill.unpaid[data-v-81a59941],
|
|
1797
|
+
.content-item .pill.deleted[data-v-81a59941],
|
|
1798
|
+
.content-item .pill.failed[data-v-81a59941] {
|
|
1774
1799
|
background: none;
|
|
1775
1800
|
}
|
|
1776
1801
|
}
|
|
1777
|
-
.basic-input-style[data-v-
|
|
1778
|
-
input[data-v-
|
|
1802
|
+
.basic-input-style[data-v-1078f395],
|
|
1803
|
+
input[data-v-1078f395] {
|
|
1779
1804
|
color: inherit;
|
|
1780
1805
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1781
1806
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1782
1807
|
}
|
|
1783
|
-
.ux-text-row[data-v-
|
|
1808
|
+
.ux-text-row[data-v-1078f395] {
|
|
1784
1809
|
margin-bottom: 0.5em;
|
|
1785
1810
|
}
|
|
1786
|
-
[data-v-
|
|
1811
|
+
[data-v-1078f395] .ux-list {
|
|
1787
1812
|
font-size: 0.9em;
|
|
1788
1813
|
}
|
|
1789
|
-
input[data-v-
|
|
1814
|
+
input[data-v-1078f395] {
|
|
1790
1815
|
border-radius: 0.1em;
|
|
1791
1816
|
padding: 0.5em;
|
|
1792
1817
|
box-sizing: border-box;
|
|
@@ -1795,46 +1820,46 @@ input[data-v-d5aa5320] {
|
|
|
1795
1820
|
line-height: 1;
|
|
1796
1821
|
height: 2.5em;
|
|
1797
1822
|
}
|
|
1798
|
-
input[data-v-
|
|
1823
|
+
input[data-v-1078f395]:focus {
|
|
1799
1824
|
background: none;
|
|
1800
1825
|
border: 1px solid var(--primary);
|
|
1801
1826
|
outline: none;
|
|
1802
1827
|
}
|
|
1803
|
-
.ux-text-row .ux-btn[data-v-
|
|
1828
|
+
.ux-text-row .ux-btn[data-v-1078f395] {
|
|
1804
1829
|
margin-left: 0.25em;
|
|
1805
1830
|
}
|
|
1806
|
-
.ux-text-input-multiple[data-v-
|
|
1831
|
+
.ux-text-input-multiple[data-v-1078f395] {
|
|
1807
1832
|
width: 100%;
|
|
1808
1833
|
}
|
|
1809
|
-
.ux-text-input-single[data-v-
|
|
1834
|
+
.ux-text-input-single[data-v-1078f395] {
|
|
1810
1835
|
width: calc(100% - 0.5em);
|
|
1811
1836
|
margin: 0 0.5em 0 0;
|
|
1812
1837
|
}
|
|
1813
|
-
.items[data-v-
|
|
1838
|
+
.items[data-v-1078f395] {
|
|
1814
1839
|
border-radius: 0.3em;
|
|
1815
1840
|
overflow: hidden;
|
|
1816
1841
|
margin-bottom: 0.5em;
|
|
1817
1842
|
}
|
|
1818
1843
|
@media (prefers-color-scheme: light) {
|
|
1819
|
-
.items[data-v-
|
|
1844
|
+
.items[data-v-1078f395] {
|
|
1820
1845
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1821
1846
|
}
|
|
1822
1847
|
}
|
|
1823
1848
|
@media (prefers-color-scheme: dark) {
|
|
1824
|
-
.items[data-v-
|
|
1849
|
+
.items[data-v-1078f395] {
|
|
1825
1850
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1826
1851
|
}
|
|
1827
1852
|
}
|
|
1828
|
-
.items .content-item[data-v-
|
|
1853
|
+
.items .content-item[data-v-1078f395] {
|
|
1829
1854
|
border: none;
|
|
1830
1855
|
}
|
|
1831
1856
|
@media (prefers-color-scheme: light) {
|
|
1832
|
-
.items .content-item[data-v-
|
|
1857
|
+
.items .content-item[data-v-1078f395] {
|
|
1833
1858
|
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1834
1859
|
}
|
|
1835
1860
|
}
|
|
1836
1861
|
@media (prefers-color-scheme: dark) {
|
|
1837
|
-
.items .content-item[data-v-
|
|
1862
|
+
.items .content-item[data-v-1078f395] {
|
|
1838
1863
|
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1839
1864
|
}
|
|
1840
1865
|
}
|
|
@@ -3743,40 +3768,40 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3743
3768
|
.wrapper .padder[data-v-be545ba8] {
|
|
3744
3769
|
margin-bottom: 2em;
|
|
3745
3770
|
}
|
|
3746
|
-
.basic-input-style[data-v-
|
|
3771
|
+
.basic-input-style[data-v-fefac323] {
|
|
3747
3772
|
color: inherit;
|
|
3748
3773
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3749
3774
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3750
3775
|
}
|
|
3751
|
-
.wrapper[data-v-
|
|
3776
|
+
.wrapper[data-v-fefac323] {
|
|
3752
3777
|
border-radius: 0.5em;
|
|
3753
3778
|
overflow: hidden;
|
|
3754
3779
|
background: var(--bg1, #fff);
|
|
3755
3780
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3756
3781
|
text-align: center;
|
|
3757
3782
|
}
|
|
3758
|
-
h5[data-v-
|
|
3783
|
+
h5[data-v-fefac323] {
|
|
3759
3784
|
font-size: 1.2em;
|
|
3760
3785
|
margin: 0;
|
|
3761
3786
|
}
|
|
3762
|
-
.padder[data-v-
|
|
3787
|
+
.padder[data-v-fefac323] {
|
|
3763
3788
|
padding: 1em;
|
|
3764
3789
|
display: grid;
|
|
3765
3790
|
gap: 0.5em;
|
|
3766
3791
|
}
|
|
3767
|
-
.padder.columns[data-v-
|
|
3792
|
+
.padder.columns[data-v-fefac323] {
|
|
3768
3793
|
grid-template-columns: auto auto;
|
|
3769
3794
|
}
|
|
3770
|
-
.options-modal-header[data-v-
|
|
3795
|
+
.options-modal-header[data-v-fefac323] {
|
|
3771
3796
|
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3772
3797
|
}
|
|
3773
|
-
.options-modal-footer[data-v-
|
|
3798
|
+
.options-modal-footer[data-v-fefac323] {
|
|
3774
3799
|
border-top: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3775
3800
|
}
|
|
3776
|
-
.options-modal-body[data-v-
|
|
3801
|
+
.options-modal-body[data-v-fefac323] {
|
|
3777
3802
|
background: color-mix(in lab, currentColor 5%, transparent);
|
|
3778
3803
|
}
|
|
3779
|
-
.choice[data-v-
|
|
3804
|
+
.choice[data-v-fefac323] {
|
|
3780
3805
|
padding: 1em;
|
|
3781
3806
|
cursor: pointer;
|
|
3782
3807
|
border-radius: 0.3em;
|
|
@@ -3784,7 +3809,7 @@ h5[data-v-9cb46497] {
|
|
|
3784
3809
|
background: var(--bg1, #fff);
|
|
3785
3810
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3786
3811
|
}
|
|
3787
|
-
.choice .option-icon[data-v-
|
|
3812
|
+
.choice .option-icon[data-v-fefac323] {
|
|
3788
3813
|
width: 40px;
|
|
3789
3814
|
height: 40px;
|
|
3790
3815
|
display: flex;
|
|
@@ -3793,22 +3818,22 @@ h5[data-v-9cb46497] {
|
|
|
3793
3818
|
border-radius: 100%;
|
|
3794
3819
|
background: color-mix(in lab, currentColor 5%, transparent);
|
|
3795
3820
|
}
|
|
3796
|
-
.choice .option-icon svg[data-v-
|
|
3821
|
+
.choice .option-icon svg[data-v-fefac323] {
|
|
3797
3822
|
display: block;
|
|
3798
3823
|
width: 100%;
|
|
3799
3824
|
height: auto;
|
|
3800
3825
|
}
|
|
3801
|
-
.choice[data-v-
|
|
3826
|
+
.choice[data-v-fefac323]:hover {
|
|
3802
3827
|
border: 1px solid var(--primary);
|
|
3803
3828
|
}
|
|
3804
|
-
.choice:hover .ux-button[data-v-
|
|
3829
|
+
.choice:hover .ux-button[data-v-fefac323] {
|
|
3805
3830
|
color: var(--primary);
|
|
3806
3831
|
}
|
|
3807
|
-
.choice .title[data-v-
|
|
3832
|
+
.choice .title[data-v-fefac323] {
|
|
3808
3833
|
font-weight: 700;
|
|
3809
3834
|
font-size: 1.1em;
|
|
3810
3835
|
}
|
|
3811
|
-
.choice .description[data-v-
|
|
3836
|
+
.choice .description[data-v-fefac323] {
|
|
3812
3837
|
font-size: 0.8em;
|
|
3813
3838
|
opacity: 0.5;
|
|
3814
3839
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qikdev/vue-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.305",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"prepare": "husky install"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@qikdev/sdk": "^0.1.
|
|
39
|
+
"@qikdev/sdk": "^0.1.181",
|
|
40
40
|
"vue": "^3.2.38"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|