@qikdev/vue-ui 0.2.327 → 0.2.328
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 +97 -75
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +22 -7
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +87 -78
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -1730,78 +1730,87 @@ input[data-v-4bea995b]:focus {
|
|
|
1730
1730
|
bottom: 0;
|
|
1731
1731
|
right: 0;
|
|
1732
1732
|
}
|
|
1733
|
-
.basic-input-style[data-v-
|
|
1733
|
+
.basic-input-style[data-v-7f413234] {
|
|
1734
1734
|
color: inherit;
|
|
1735
1735
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1736
1736
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1737
1737
|
}
|
|
1738
|
-
.content-item[data-v-
|
|
1738
|
+
.content-item[data-v-7f413234] {
|
|
1739
1739
|
padding: 0.5em 0.8em;
|
|
1740
1740
|
border-radius: 0.3em;
|
|
1741
1741
|
cursor: pointer;
|
|
1742
1742
|
margin-bottom: 1px;
|
|
1743
|
+
position: relative;
|
|
1744
|
+
}
|
|
1745
|
+
.content-item .bar[data-v-7f413234] {
|
|
1746
|
+
left: 0;
|
|
1747
|
+
top: 0;
|
|
1748
|
+
bottom: 0;
|
|
1749
|
+
position: absolute;
|
|
1750
|
+
width: 0.2em;
|
|
1751
|
+
display: block;
|
|
1743
1752
|
}
|
|
1744
|
-
.content-item .item-summary[data-v-
|
|
1753
|
+
.content-item .item-summary[data-v-7f413234] {
|
|
1745
1754
|
opacity: 0.5;
|
|
1746
1755
|
font-size: 0.9em;
|
|
1747
1756
|
}
|
|
1748
|
-
.content-item .item-title[data-v-
|
|
1757
|
+
.content-item .item-title[data-v-7f413234] {
|
|
1749
1758
|
font-weight: 500;
|
|
1750
1759
|
}
|
|
1751
1760
|
@media (prefers-color-scheme: light) {
|
|
1752
|
-
.content-item[data-v-
|
|
1761
|
+
.content-item[data-v-7f413234] {
|
|
1753
1762
|
background: var(--bg1, #fff);
|
|
1754
1763
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1755
1764
|
}
|
|
1756
1765
|
}
|
|
1757
1766
|
@media (prefers-color-scheme: dark) {
|
|
1758
|
-
.content-item[data-v-
|
|
1767
|
+
.content-item[data-v-7f413234] {
|
|
1759
1768
|
background: color-mix(in lab, #000 1%, transparent);
|
|
1760
1769
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1761
1770
|
}
|
|
1762
1771
|
}
|
|
1763
|
-
.content-item[data-v-
|
|
1772
|
+
.content-item[data-v-7f413234]:last-child {
|
|
1764
1773
|
margin-bottom: 0;
|
|
1765
1774
|
}
|
|
1766
|
-
.content-item.deleted .text[data-v-
|
|
1775
|
+
.content-item.deleted .text[data-v-7f413234] {
|
|
1767
1776
|
color: var(--error, red);
|
|
1768
1777
|
text-decoration: line-through;
|
|
1769
1778
|
}
|
|
1770
|
-
.content-item.inactive .text[data-v-
|
|
1779
|
+
.content-item.inactive .text[data-v-7f413234] {
|
|
1771
1780
|
opacity: 0.5;
|
|
1772
1781
|
}
|
|
1773
|
-
.content-item .text[data-v-
|
|
1782
|
+
.content-item .text[data-v-7f413234] {
|
|
1774
1783
|
overflow: hidden;
|
|
1775
1784
|
text-overflow: ellipsis;
|
|
1776
1785
|
white-space: pre-line;
|
|
1777
1786
|
}
|
|
1778
|
-
.content-item .icon-wrapper[data-v-
|
|
1787
|
+
.content-item .icon-wrapper[data-v-7f413234] {
|
|
1779
1788
|
width: 25px;
|
|
1780
1789
|
font-size: 20px;
|
|
1781
1790
|
text-align: center;
|
|
1782
1791
|
}
|
|
1783
|
-
.content-item .icon-wrapper.complete[data-v-
|
|
1792
|
+
.content-item .icon-wrapper.complete[data-v-7f413234] {
|
|
1784
1793
|
color: var(--success, green);
|
|
1785
1794
|
}
|
|
1786
|
-
.content-item .icon-wrapper.pending[data-v-
|
|
1795
|
+
.content-item .icon-wrapper.pending[data-v-7f413234] {
|
|
1787
1796
|
color: var(--warning, orange);
|
|
1788
1797
|
}
|
|
1789
|
-
.content-item .image-wrapper[data-v-
|
|
1798
|
+
.content-item .image-wrapper[data-v-7f413234] {
|
|
1790
1799
|
width: 2em;
|
|
1791
1800
|
max-width: 50px;
|
|
1792
1801
|
}
|
|
1793
|
-
.content-item .image-wrapper.profile[data-v-
|
|
1802
|
+
.content-item .image-wrapper.profile[data-v-7f413234] {
|
|
1794
1803
|
width: 2em;
|
|
1795
1804
|
height: 2em;
|
|
1796
1805
|
margin-right: 0.2em;
|
|
1797
1806
|
background: #0000001a;
|
|
1798
1807
|
border-radius: 100%;
|
|
1799
1808
|
}
|
|
1800
|
-
.content-item[data-v-
|
|
1809
|
+
.content-item[data-v-7f413234]:hover {
|
|
1801
1810
|
cursor: pointer;
|
|
1802
1811
|
background: color-mix(in lab, currentColor 2%, transparent);
|
|
1803
1812
|
}
|
|
1804
|
-
.content-item .pill[data-v-
|
|
1813
|
+
.content-item .pill[data-v-7f413234] {
|
|
1805
1814
|
border-radius: 3em;
|
|
1806
1815
|
padding: 0.3em 0.6em;
|
|
1807
1816
|
display: block;
|
|
@@ -1813,46 +1822,46 @@ input[data-v-4bea995b]:focus {
|
|
|
1813
1822
|
color: color-mix(in lab, currentColor, transparent);
|
|
1814
1823
|
border: 1px solid;
|
|
1815
1824
|
}
|
|
1816
|
-
.content-item .pill.live[data-v-
|
|
1817
|
-
.content-item .pill.success[data-v-
|
|
1818
|
-
.content-item .pill.paid[data-v-
|
|
1819
|
-
.content-item .pill.active[data-v-
|
|
1825
|
+
.content-item .pill.live[data-v-7f413234],
|
|
1826
|
+
.content-item .pill.success[data-v-7f413234],
|
|
1827
|
+
.content-item .pill.paid[data-v-7f413234],
|
|
1828
|
+
.content-item .pill.active[data-v-7f413234] {
|
|
1820
1829
|
background: #e0f3bf;
|
|
1821
1830
|
color: #569e2f;
|
|
1822
1831
|
}
|
|
1823
1832
|
@media (prefers-color-scheme: dark) {
|
|
1824
|
-
.content-item .pill.live[data-v-
|
|
1825
|
-
.content-item .pill.success[data-v-
|
|
1826
|
-
.content-item .pill.paid[data-v-
|
|
1827
|
-
.content-item .pill.active[data-v-
|
|
1833
|
+
.content-item .pill.live[data-v-7f413234],
|
|
1834
|
+
.content-item .pill.success[data-v-7f413234],
|
|
1835
|
+
.content-item .pill.paid[data-v-7f413234],
|
|
1836
|
+
.content-item .pill.active[data-v-7f413234] {
|
|
1828
1837
|
background: none;
|
|
1829
1838
|
}
|
|
1830
1839
|
}
|
|
1831
|
-
.content-item .pill.sandbox[data-v-
|
|
1832
|
-
.content-item .pill.pending[data-v-
|
|
1833
|
-
.content-item .pill.cancelling[data-v-
|
|
1840
|
+
.content-item .pill.sandbox[data-v-7f413234],
|
|
1841
|
+
.content-item .pill.pending[data-v-7f413234],
|
|
1842
|
+
.content-item .pill.cancelling[data-v-7f413234] {
|
|
1834
1843
|
background: #fbecbb;
|
|
1835
1844
|
color: #d17a0e;
|
|
1836
1845
|
}
|
|
1837
1846
|
@media (prefers-color-scheme: dark) {
|
|
1838
|
-
.content-item .pill.sandbox[data-v-
|
|
1839
|
-
.content-item .pill.pending[data-v-
|
|
1840
|
-
.content-item .pill.cancelling[data-v-
|
|
1847
|
+
.content-item .pill.sandbox[data-v-7f413234],
|
|
1848
|
+
.content-item .pill.pending[data-v-7f413234],
|
|
1849
|
+
.content-item .pill.cancelling[data-v-7f413234] {
|
|
1841
1850
|
background: none;
|
|
1842
1851
|
}
|
|
1843
1852
|
}
|
|
1844
|
-
.content-item .pill.error[data-v-
|
|
1845
|
-
.content-item .pill.unpaid[data-v-
|
|
1846
|
-
.content-item .pill.deleted[data-v-
|
|
1847
|
-
.content-item .pill.failed[data-v-
|
|
1853
|
+
.content-item .pill.error[data-v-7f413234],
|
|
1854
|
+
.content-item .pill.unpaid[data-v-7f413234],
|
|
1855
|
+
.content-item .pill.deleted[data-v-7f413234],
|
|
1856
|
+
.content-item .pill.failed[data-v-7f413234] {
|
|
1848
1857
|
background: #fdd;
|
|
1849
1858
|
color: #b14e4e;
|
|
1850
1859
|
}
|
|
1851
1860
|
@media (prefers-color-scheme: dark) {
|
|
1852
|
-
.content-item .pill.error[data-v-
|
|
1853
|
-
.content-item .pill.unpaid[data-v-
|
|
1854
|
-
.content-item .pill.deleted[data-v-
|
|
1855
|
-
.content-item .pill.failed[data-v-
|
|
1861
|
+
.content-item .pill.error[data-v-7f413234],
|
|
1862
|
+
.content-item .pill.unpaid[data-v-7f413234],
|
|
1863
|
+
.content-item .pill.deleted[data-v-7f413234],
|
|
1864
|
+
.content-item .pill.failed[data-v-7f413234] {
|
|
1856
1865
|
background: none;
|
|
1857
1866
|
}
|
|
1858
1867
|
}
|
|
@@ -2834,15 +2843,15 @@ textarea[data-v-63053873]:focus {
|
|
|
2834
2843
|
bottom: 0;
|
|
2835
2844
|
right: 0;
|
|
2836
2845
|
}
|
|
2837
|
-
.basic-input-style[data-v-
|
|
2846
|
+
.basic-input-style[data-v-639c59a6] {
|
|
2838
2847
|
color: inherit;
|
|
2839
2848
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2840
2849
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2841
2850
|
}
|
|
2842
|
-
.ux-range-slider-wrap[data-v-
|
|
2851
|
+
.ux-range-slider-wrap[data-v-639c59a6] {
|
|
2843
2852
|
position: relative;
|
|
2844
2853
|
}
|
|
2845
|
-
.ux-range-bubble[data-v-
|
|
2854
|
+
.ux-range-bubble[data-v-639c59a6] {
|
|
2846
2855
|
background: #000;
|
|
2847
2856
|
color: #fff;
|
|
2848
2857
|
padding: 2px 12px;
|
|
@@ -2857,10 +2866,10 @@ textarea[data-v-63053873]:focus {
|
|
|
2857
2866
|
transform: translate(-50%);
|
|
2858
2867
|
visibility: hidden;
|
|
2859
2868
|
}
|
|
2860
|
-
.ux-range-bubble[data-v-
|
|
2869
|
+
.ux-range-bubble[data-v-639c59a6]:empty {
|
|
2861
2870
|
display: none;
|
|
2862
2871
|
}
|
|
2863
|
-
.ux-range-bubble[data-v-
|
|
2872
|
+
.ux-range-bubble[data-v-639c59a6]:after {
|
|
2864
2873
|
position: absolute;
|
|
2865
2874
|
left: 50%;
|
|
2866
2875
|
bottom: -5px;
|
|
@@ -2873,10 +2882,10 @@ textarea[data-v-63053873]:focus {
|
|
|
2873
2882
|
border-right: 5px solid transparent;
|
|
2874
2883
|
border-top: 5px solid #000;
|
|
2875
2884
|
}
|
|
2876
|
-
.ux-range-slider-wrap:hover .ux-range-bubble[data-v-
|
|
2885
|
+
.ux-range-slider-wrap:hover .ux-range-bubble[data-v-639c59a6] {
|
|
2877
2886
|
visibility: visible;
|
|
2878
2887
|
}
|
|
2879
|
-
.ux-range-slider[data-v-
|
|
2888
|
+
.ux-range-slider[data-v-639c59a6] {
|
|
2880
2889
|
-webkit-appearance: none;
|
|
2881
2890
|
-moz-appearance: none;
|
|
2882
2891
|
appearance: none;
|
|
@@ -2894,7 +2903,7 @@ textarea[data-v-63053873]:focus {
|
|
|
2894
2903
|
background: color-mix(in lab, currentColor 6%, transparent);
|
|
2895
2904
|
border: 1px solid transparent;
|
|
2896
2905
|
}
|
|
2897
|
-
.ux-range-slider[data-v-
|
|
2906
|
+
.ux-range-slider[data-v-639c59a6]::-webkit-slider-thumb {
|
|
2898
2907
|
transition: all 0.3s;
|
|
2899
2908
|
-webkit-appearance: none;
|
|
2900
2909
|
-moz-appearance: none;
|
|
@@ -2909,7 +2918,7 @@ textarea[data-v-63053873]:focus {
|
|
|
2909
2918
|
0 0 0.3em #0000004d,
|
|
2910
2919
|
-2000.5em 0 0 2000em var(--primary);
|
|
2911
2920
|
}
|
|
2912
|
-
.ux-range-slider[data-v-
|
|
2921
|
+
.ux-range-slider[data-v-639c59a6]::-moz-slider-thumb {
|
|
2913
2922
|
transition: all 0.3s;
|
|
2914
2923
|
-moz-appearance: none;
|
|
2915
2924
|
-webkit-appearance: none;
|
|
@@ -2925,19 +2934,19 @@ textarea[data-v-63053873]:focus {
|
|
|
2925
2934
|
0 0 0.3em #0000004d,
|
|
2926
2935
|
-2000.5em 0 0 2000em var(--primary);
|
|
2927
2936
|
}
|
|
2928
|
-
.basic-input-style[data-v-
|
|
2937
|
+
.basic-input-style[data-v-ae8ff721] {
|
|
2929
2938
|
color: inherit;
|
|
2930
2939
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2931
2940
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2932
2941
|
}
|
|
2933
|
-
.ux-slider-limit[data-v-
|
|
2942
|
+
.ux-slider-limit[data-v-ae8ff721] {
|
|
2934
2943
|
width: 40px;
|
|
2935
2944
|
display: block;
|
|
2936
2945
|
text-align: center;
|
|
2937
2946
|
opacity: 0.8;
|
|
2938
2947
|
font-size: 0.8em;
|
|
2939
2948
|
}
|
|
2940
|
-
.ux-slider-limit-value[data-v-
|
|
2949
|
+
.ux-slider-limit-value[data-v-ae8ff721] {
|
|
2941
2950
|
width: 40px;
|
|
2942
2951
|
display: block;
|
|
2943
2952
|
text-align: center;
|
|
@@ -3225,12 +3234,12 @@ input[data-v-a94917d9]:focus {
|
|
|
3225
3234
|
display: flex;
|
|
3226
3235
|
min-height: 300px;
|
|
3227
3236
|
}
|
|
3228
|
-
.basic-input-style[data-v-
|
|
3237
|
+
.basic-input-style[data-v-084b9220] {
|
|
3229
3238
|
color: inherit;
|
|
3230
3239
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3231
3240
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3232
3241
|
}
|
|
3233
|
-
.results[data-v-
|
|
3242
|
+
.results[data-v-084b9220] {
|
|
3234
3243
|
width: 100%;
|
|
3235
3244
|
background: var(--bg1, #fff);
|
|
3236
3245
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
@@ -3240,41 +3249,41 @@ input[data-v-a94917d9]:focus {
|
|
|
3240
3249
|
position: absolute;
|
|
3241
3250
|
z-index: 2;
|
|
3242
3251
|
}
|
|
3243
|
-
.location-search-outer[data-v-
|
|
3252
|
+
.location-search-outer[data-v-084b9220] {
|
|
3244
3253
|
position: relative;
|
|
3245
3254
|
}
|
|
3246
|
-
.result-item[data-v-
|
|
3255
|
+
.result-item[data-v-084b9220] {
|
|
3247
3256
|
cursor: pointer;
|
|
3248
3257
|
padding: 0.5em;
|
|
3249
3258
|
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3250
3259
|
}
|
|
3251
|
-
.result-item[data-v-
|
|
3260
|
+
.result-item[data-v-084b9220]:last-child {
|
|
3252
3261
|
border-bottom: none;
|
|
3253
3262
|
}
|
|
3254
|
-
.result-item.selected[data-v-
|
|
3263
|
+
.result-item.selected[data-v-084b9220] {
|
|
3255
3264
|
background: var(--primary);
|
|
3256
3265
|
color: #fff;
|
|
3257
3266
|
}
|
|
3258
|
-
.result-item.selected .result-item-title[data-v-
|
|
3259
|
-
.content-item-title[data-v-
|
|
3267
|
+
.result-item.selected .result-item-title[data-v-084b9220],
|
|
3268
|
+
.content-item-title[data-v-084b9220] {
|
|
3260
3269
|
font-weight: 500;
|
|
3261
3270
|
}
|
|
3262
|
-
.content-item-coordinates[data-v-
|
|
3263
|
-
.content-item-subtitle[data-v-
|
|
3264
|
-
.result-item-subtitle[data-v-
|
|
3271
|
+
.content-item-coordinates[data-v-084b9220],
|
|
3272
|
+
.content-item-subtitle[data-v-084b9220],
|
|
3273
|
+
.result-item-subtitle[data-v-084b9220] {
|
|
3265
3274
|
font-size: 0.9em;
|
|
3266
3275
|
opacity: 0.6;
|
|
3267
3276
|
}
|
|
3268
|
-
.content-item-coordinates[data-v-
|
|
3277
|
+
.content-item-coordinates[data-v-084b9220] {
|
|
3269
3278
|
font-size: 0.8em;
|
|
3270
3279
|
}
|
|
3271
|
-
.content-item[data-v-
|
|
3280
|
+
.content-item[data-v-084b9220] {
|
|
3272
3281
|
padding: 0.5em 0.8em;
|
|
3273
3282
|
border-radius: 0.3em;
|
|
3274
3283
|
cursor: pointer;
|
|
3275
3284
|
margin-bottom: 0.5em;
|
|
3276
3285
|
}
|
|
3277
|
-
.content-item .image-wrapper[data-v-
|
|
3286
|
+
.content-item .image-wrapper[data-v-084b9220] {
|
|
3278
3287
|
width: 2em;
|
|
3279
3288
|
height: 2em;
|
|
3280
3289
|
line-height: 2em;
|
|
@@ -3284,18 +3293,18 @@ input[data-v-a94917d9]:focus {
|
|
|
3284
3293
|
background: #0000000d;
|
|
3285
3294
|
}
|
|
3286
3295
|
@media (prefers-color-scheme: light) {
|
|
3287
|
-
.content-item[data-v-
|
|
3296
|
+
.content-item[data-v-084b9220] {
|
|
3288
3297
|
background: var(--bg1, #fff);
|
|
3289
3298
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
3290
3299
|
}
|
|
3291
3300
|
}
|
|
3292
3301
|
@media (prefers-color-scheme: dark) {
|
|
3293
|
-
.content-item[data-v-
|
|
3302
|
+
.content-item[data-v-084b9220] {
|
|
3294
3303
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3295
3304
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3296
3305
|
}
|
|
3297
3306
|
}
|
|
3298
|
-
.content-item .text[data-v-
|
|
3307
|
+
.content-item .text[data-v-084b9220] {
|
|
3299
3308
|
overflow: hidden;
|
|
3300
3309
|
text-overflow: ellipsis;
|
|
3301
3310
|
white-space: pre-line;
|
|
@@ -3359,42 +3368,42 @@ a {
|
|
|
3359
3368
|
min-height: 300px;
|
|
3360
3369
|
margin-bottom: 5px;
|
|
3361
3370
|
}
|
|
3362
|
-
.basic-input-style[data-v-
|
|
3371
|
+
.basic-input-style[data-v-2eaaec20] {
|
|
3363
3372
|
color: inherit;
|
|
3364
3373
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3365
3374
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3366
3375
|
}
|
|
3367
|
-
.calculations[data-v-
|
|
3376
|
+
.calculations[data-v-2eaaec20] {
|
|
3368
3377
|
width: 100%;
|
|
3369
3378
|
}
|
|
3370
|
-
.calculation-modifier[data-v-
|
|
3379
|
+
.calculation-modifier[data-v-2eaaec20] {
|
|
3371
3380
|
font-style: italic;
|
|
3372
3381
|
opacity: 0.5;
|
|
3373
3382
|
}
|
|
3374
|
-
.modifier-set[data-v-
|
|
3383
|
+
.modifier-set[data-v-2eaaec20] {
|
|
3375
3384
|
font-weight: 500;
|
|
3376
3385
|
opacity: 1;
|
|
3377
3386
|
font-style: normal;
|
|
3378
3387
|
}
|
|
3379
|
-
.modifier-visible-false[data-v-
|
|
3388
|
+
.modifier-visible-false[data-v-2eaaec20] {
|
|
3380
3389
|
text-decoration: line-through;
|
|
3381
3390
|
font-style: italic;
|
|
3382
3391
|
font-weight: 400;
|
|
3383
3392
|
opacity: 0.5;
|
|
3384
3393
|
}
|
|
3385
|
-
.grand-total[data-v-
|
|
3394
|
+
.grand-total[data-v-2eaaec20] {
|
|
3386
3395
|
font-size: 2em;
|
|
3387
3396
|
}
|
|
3388
|
-
.grand-total td[data-v-
|
|
3397
|
+
.grand-total td[data-v-2eaaec20] {
|
|
3389
3398
|
padding-top: 0.5em;
|
|
3390
3399
|
}
|
|
3391
|
-
tfoot[data-v-
|
|
3400
|
+
tfoot[data-v-2eaaec20] {
|
|
3392
3401
|
border-top: 2px solid rgba(0, 0, 0, 0.1);
|
|
3393
3402
|
}
|
|
3394
|
-
td[data-v-
|
|
3403
|
+
td[data-v-2eaaec20] {
|
|
3395
3404
|
text-align: right;
|
|
3396
3405
|
}
|
|
3397
|
-
td[data-v-
|
|
3406
|
+
td[data-v-2eaaec20]:first-child {
|
|
3398
3407
|
text-align: left;
|
|
3399
3408
|
}
|
|
3400
3409
|
.basic-input-style[data-v-1476a328] {
|