@fewangsit/wangsvue-presets 1.0.104-alpha.3 → 1.0.104-alpha.4
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/index.es.js +3 -3
- package/fixedasset/index.system.js +1 -1
- package/fixedasset/inputcurrency/index.js +2 -2
- package/fixedasset/inputphonenumber/index.js +1 -1
- package/fixedasset/style.css +20 -5
- package/globalsettings/index.es.js +2 -2
- package/globalsettings/index.system.js +1 -1
- package/globalsettings/inputcurrency/index.js +1 -1
- package/globalsettings/inputphonenumber/index.js +1 -1
- package/globalsettings/style.css +20 -5
- package/package.json +1 -1
- package/supplyasset/index.es.js +2 -2
- package/supplyasset/index.system.js +1 -1
- package/supplyasset/inputcurrency/index.js +1 -1
- package/supplyasset/inputphonenumber/index.js +1 -1
- package/supplyasset/style.css +20 -5
- package/wangsvue/index.es.js +3 -3
- package/wangsvue/index.system.js +1 -1
- package/wangsvue/inputcurrency/index.js +2 -2
- package/wangsvue/inputphonenumber/index.js +1 -1
- package/wangsvue/style.css +20 -5
|
@@ -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;
|
package/wangsvue/style.css
CHANGED
|
@@ -2672,6 +2672,26 @@
|
|
|
2672
2672
|
border-end-end-radius: 9999px !important;
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
+
.\!rounded-l{
|
|
2676
|
+
border-top-left-radius: 0.25rem !important;
|
|
2677
|
+
border-bottom-left-radius: 0.25rem !important;
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2680
|
+
.\!rounded-l-none{
|
|
2681
|
+
border-top-left-radius: 0px !important;
|
|
2682
|
+
border-bottom-left-radius: 0px !important;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
.\!rounded-r{
|
|
2686
|
+
border-top-right-radius: 0.25rem !important;
|
|
2687
|
+
border-bottom-right-radius: 0.25rem !important;
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
.\!rounded-r-none{
|
|
2691
|
+
border-top-right-radius: 0px !important;
|
|
2692
|
+
border-bottom-right-radius: 0px !important;
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2675
2695
|
.\!rounded-s-full{
|
|
2676
2696
|
border-start-start-radius: 9999px !important;
|
|
2677
2697
|
border-end-start-radius: 9999px !important;
|
|
@@ -2687,11 +2707,6 @@
|
|
|
2687
2707
|
border-bottom-left-radius: 0.375rem;
|
|
2688
2708
|
}
|
|
2689
2709
|
|
|
2690
|
-
.rounded-l{
|
|
2691
|
-
border-top-left-radius: 0.25rem;
|
|
2692
|
-
border-bottom-left-radius: 0.25rem;
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
2710
|
.rounded-l-full{
|
|
2696
2711
|
border-top-left-radius: 9999px;
|
|
2697
2712
|
border-bottom-left-radius: 9999px;
|