@fewangsit/wangsvue-presets 1.0.104-alpha.5 → 1.0.104-alpha.7
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/fixedasset/image/index.js +1 -5
- package/fixedasset/index.es.js +5 -9
- package/fixedasset/index.system.js +1 -1
- package/fixedasset/inputcurrency/index.js +2 -2
- package/fixedasset/inputphonenumber/index.js +2 -2
- package/fixedasset/style.css +20 -26
- package/globalsettings/image/index.js +1 -5
- package/globalsettings/index.es.js +5 -9
- package/globalsettings/index.system.js +1 -1
- package/globalsettings/inputcurrency/index.js +2 -2
- package/globalsettings/inputphonenumber/index.js +2 -2
- package/globalsettings/style.css +20 -26
- package/package.json +1 -1
- package/supplyasset/image/index.js +1 -5
- package/supplyasset/index.es.js +5 -9
- package/supplyasset/index.system.js +1 -1
- package/supplyasset/inputcurrency/index.js +2 -2
- package/supplyasset/inputphonenumber/index.js +2 -2
- package/supplyasset/style.css +20 -26
- package/wangsvue/image/index.js +1 -5
- package/wangsvue/index.es.js +31 -35
- package/wangsvue/index.system.js +1 -1
- package/wangsvue/inputcurrency/index.js +2 -2
- package/wangsvue/inputphonenumber/index.js +2 -2
- package/wangsvue/style.css +20 -26
|
@@ -28,7 +28,7 @@ exports.commonClasses = commonClasses;
|
|
|
28
28
|
exports.default = {
|
|
29
29
|
dialcode: {
|
|
30
30
|
root: function (ctx) { return ({
|
|
31
|
-
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), ['rounded-l rounded-r-none'], false),
|
|
31
|
+
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), ['!rounded-l !rounded-r-none'], false),
|
|
32
32
|
}); },
|
|
33
33
|
dropdownicon: function (_a) {
|
|
34
34
|
var state = _a.state;
|
|
@@ -37,7 +37,7 @@ exports.default = {
|
|
|
37
37
|
},
|
|
38
38
|
input: function (ctx) { return ({
|
|
39
39
|
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), [
|
|
40
|
-
'rounded-r rounded-l-none -ml-[1px]',
|
|
40
|
+
'!rounded-r !rounded-l-none -ml-[1px]',
|
|
41
41
|
'focus:bg-none',
|
|
42
42
|
'focus:ring-primary-500',
|
|
43
43
|
'focus:ring-1',
|
package/wangsvue/style.css
CHANGED
|
@@ -1536,10 +1536,6 @@
|
|
|
1536
1536
|
height: 10px;
|
|
1537
1537
|
}
|
|
1538
1538
|
|
|
1539
|
-
.h-\[125px\]{
|
|
1540
|
-
height: 125px;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
1539
|
.h-\[13px\]{
|
|
1544
1540
|
height: 13px;
|
|
1545
1541
|
}
|
|
@@ -1580,10 +1576,6 @@
|
|
|
1580
1576
|
height: 6px;
|
|
1581
1577
|
}
|
|
1582
1578
|
|
|
1583
|
-
.h-\[80px\]{
|
|
1584
|
-
height: 80px;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
1579
|
.h-\[calc\(100\%\+12px\)\]{
|
|
1588
1580
|
height: calc(100% + 12px);
|
|
1589
1581
|
}
|
|
@@ -1786,10 +1778,6 @@
|
|
|
1786
1778
|
width: 10px;
|
|
1787
1779
|
}
|
|
1788
1780
|
|
|
1789
|
-
.w-\[125px\]{
|
|
1790
|
-
width: 125px;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
1781
|
.w-\[13px\]{
|
|
1794
1782
|
width: 13px;
|
|
1795
1783
|
}
|
|
@@ -1870,10 +1858,6 @@
|
|
|
1870
1858
|
width: 800px;
|
|
1871
1859
|
}
|
|
1872
1860
|
|
|
1873
|
-
.w-\[80px\]{
|
|
1874
|
-
width: 80px;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
1861
|
.w-\[calc\(100\%\+12px\)\]{
|
|
1878
1862
|
width: calc(100% + 12px);
|
|
1879
1863
|
}
|
|
@@ -2672,6 +2656,26 @@
|
|
|
2672
2656
|
border-end-end-radius: 9999px !important;
|
|
2673
2657
|
}
|
|
2674
2658
|
|
|
2659
|
+
.\!rounded-l{
|
|
2660
|
+
border-top-left-radius: 0.25rem !important;
|
|
2661
|
+
border-bottom-left-radius: 0.25rem !important;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
.\!rounded-l-none{
|
|
2665
|
+
border-top-left-radius: 0px !important;
|
|
2666
|
+
border-bottom-left-radius: 0px !important;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.\!rounded-r{
|
|
2670
|
+
border-top-right-radius: 0.25rem !important;
|
|
2671
|
+
border-bottom-right-radius: 0.25rem !important;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
.\!rounded-r-none{
|
|
2675
|
+
border-top-right-radius: 0px !important;
|
|
2676
|
+
border-bottom-right-radius: 0px !important;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2675
2679
|
.\!rounded-s-full{
|
|
2676
2680
|
border-start-start-radius: 9999px !important;
|
|
2677
2681
|
border-end-start-radius: 9999px !important;
|
|
@@ -2687,11 +2691,6 @@
|
|
|
2687
2691
|
border-bottom-left-radius: 0.375rem;
|
|
2688
2692
|
}
|
|
2689
2693
|
|
|
2690
|
-
.rounded-l{
|
|
2691
|
-
border-top-left-radius: 0.25rem;
|
|
2692
|
-
border-bottom-left-radius: 0.25rem;
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
2694
|
.rounded-l-full{
|
|
2696
2695
|
border-top-left-radius: 9999px;
|
|
2697
2696
|
border-bottom-left-radius: 9999px;
|
|
@@ -2702,11 +2701,6 @@
|
|
|
2702
2701
|
border-bottom-left-radius: 0px;
|
|
2703
2702
|
}
|
|
2704
2703
|
|
|
2705
|
-
.rounded-r{
|
|
2706
|
-
border-top-right-radius: 0.25rem;
|
|
2707
|
-
border-bottom-right-radius: 0.25rem;
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
2704
|
.rounded-r-full{
|
|
2711
2705
|
border-top-right-radius: 9999px;
|
|
2712
2706
|
border-bottom-right-radius: 9999px;
|