@fewangsit/wangsvue-presets 1.0.88 → 1.0.89-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/fixedasset/calendar/index.d.ts +3 -267
- package/fixedasset/calendar/index.js +174 -175
- package/fixedasset/index.d.ts +1 -1
- package/fixedasset/index.js +156 -156
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/selectbutton/index.d.ts +4 -4
- package/fixedasset/selectbutton/index.js +4 -8
- package/fixedasset/style.css +42 -105
- package/package.json +1 -1
- package/wangsvue/calendar/index.d.ts +3 -267
- package/wangsvue/calendar/index.js +175 -176
- package/wangsvue/index.d.ts +7 -7
- package/wangsvue/index.js +32 -32
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/selectbutton/index.d.ts +4 -4
- package/wangsvue/selectbutton/index.js +4 -8
- package/wangsvue/style.css +55 -105
@@ -8,9 +8,9 @@ declare namespace _default {
|
|
8
8
|
context: any;
|
9
9
|
}): {
|
10
10
|
class: (string | {
|
11
|
-
'bg-
|
11
|
+
'bg-white': boolean;
|
12
12
|
'text-primary-500': boolean;
|
13
|
-
'text-
|
13
|
+
'text-white': any;
|
14
14
|
'bg-primary-500': any;
|
15
15
|
'focus:bg-primary-50 '?: undefined;
|
16
16
|
'hover:bg-primary-50 '?: undefined;
|
@@ -21,9 +21,9 @@ declare namespace _default {
|
|
21
21
|
'hover:bg-primary-50 ': boolean;
|
22
22
|
'focus:bg-primary-600': any;
|
23
23
|
'hover:bg-primary-600': any;
|
24
|
-
'bg-
|
24
|
+
'bg-white'?: undefined;
|
25
25
|
'text-primary-500'?: undefined;
|
26
|
-
'text-
|
26
|
+
'text-white'?: undefined;
|
27
27
|
'bg-primary-500'?: undefined;
|
28
28
|
})[];
|
29
29
|
};
|
@@ -19,7 +19,7 @@ exports.default = {
|
|
19
19
|
class: [
|
20
20
|
'relative',
|
21
21
|
// Font
|
22
|
-
'text-
|
22
|
+
'text-xs',
|
23
23
|
// Flex Alignment
|
24
24
|
'inline-flex items-center align-bottom text-center',
|
25
25
|
// Spacing
|
@@ -30,9 +30,9 @@ exports.default = {
|
|
30
30
|
'last:!rounded-t-none last:!rounded-b ',
|
31
31
|
// Color
|
32
32
|
{
|
33
|
-
'bg-
|
33
|
+
'bg-white': !context.active,
|
34
34
|
'text-primary-500': !context.active,
|
35
|
-
'text-
|
35
|
+
'text-white': context.active,
|
36
36
|
'bg-primary-500': context.active,
|
37
37
|
},
|
38
38
|
// States
|
@@ -43,10 +43,6 @@ exports.default = {
|
|
43
43
|
'focus:bg-primary-600': context.active,
|
44
44
|
'hover:bg-primary-600': context.active,
|
45
45
|
},
|
46
|
-
// {
|
47
|
-
// 'opacity-60 select-none pointer-events-none cursor-default':
|
48
|
-
// context.disabled,
|
49
|
-
// },
|
50
46
|
// Transition
|
51
47
|
'transition duration-200',
|
52
48
|
// Misc
|
@@ -55,6 +51,6 @@ exports.default = {
|
|
55
51
|
});
|
56
52
|
},
|
57
53
|
label: {
|
58
|
-
class: 'font-
|
54
|
+
class: 'font-normal',
|
59
55
|
},
|
60
56
|
};
|
package/wangsvue/style.css
CHANGED
@@ -1573,10 +1573,6 @@
|
|
1573
1573
|
min-height: 15rem;
|
1574
1574
|
}
|
1575
1575
|
|
1576
|
-
.min-h-\[26\.8px\]{
|
1577
|
-
min-height: 26.8px;
|
1578
|
-
}
|
1579
|
-
|
1580
1576
|
.min-h-\[26px\]{
|
1581
1577
|
min-height: 26px;
|
1582
1578
|
}
|
@@ -1605,10 +1601,6 @@
|
|
1605
1601
|
width: 10px !important;
|
1606
1602
|
}
|
1607
1603
|
|
1608
|
-
.\!w-\[272px\]{
|
1609
|
-
width: 272px !important;
|
1610
|
-
}
|
1611
|
-
|
1612
1604
|
.\!w-\[clamp\(360px\2c 75vw\2c 400px\)\]{
|
1613
1605
|
width: clamp(360px,75vw,400px) !important;
|
1614
1606
|
}
|
@@ -1717,6 +1709,10 @@
|
|
1717
1709
|
width: 224px;
|
1718
1710
|
}
|
1719
1711
|
|
1712
|
+
.w-\[272px\]{
|
1713
|
+
width: 272px;
|
1714
|
+
}
|
1715
|
+
|
1720
1716
|
.w-\[2px\]{
|
1721
1717
|
width: 2px;
|
1722
1718
|
}
|
@@ -1733,6 +1729,10 @@
|
|
1733
1729
|
width: 35px;
|
1734
1730
|
}
|
1735
1731
|
|
1732
|
+
.w-\[39px\]{
|
1733
|
+
width: 39px;
|
1734
|
+
}
|
1735
|
+
|
1736
1736
|
.w-\[400px\]{
|
1737
1737
|
width: 400px;
|
1738
1738
|
}
|
@@ -1831,14 +1831,6 @@
|
|
1831
1831
|
min-width: 70px;
|
1832
1832
|
}
|
1833
1833
|
|
1834
|
-
.min-w-\[80vw\]{
|
1835
|
-
min-width: 80vw;
|
1836
|
-
}
|
1837
|
-
|
1838
|
-
.min-w-full{
|
1839
|
-
min-width: 100%;
|
1840
|
-
}
|
1841
|
-
|
1842
1834
|
.min-w-max{
|
1843
1835
|
min-width: -moz-max-content;
|
1844
1836
|
min-width: max-content;
|
@@ -2196,10 +2188,6 @@
|
|
2196
2188
|
grid-template-columns: max-content auto;
|
2197
2189
|
}
|
2198
2190
|
|
2199
|
-
.grid-rows-4{
|
2200
|
-
grid-template-rows: repeat(4, minmax(0, 1fr));
|
2201
|
-
}
|
2202
|
-
|
2203
2191
|
.grid-rows-5{
|
2204
2192
|
grid-template-rows: repeat(5, minmax(0, 1fr));
|
2205
2193
|
}
|
@@ -2539,11 +2527,6 @@
|
|
2539
2527
|
border-bottom-left-radius: 9999px;
|
2540
2528
|
}
|
2541
2529
|
|
2542
|
-
.rounded-l-md{
|
2543
|
-
border-top-left-radius: 0.375rem;
|
2544
|
-
border-bottom-left-radius: 0.375rem;
|
2545
|
-
}
|
2546
|
-
|
2547
2530
|
.rounded-l-none{
|
2548
2531
|
border-top-left-radius: 0px;
|
2549
2532
|
border-bottom-left-radius: 0px;
|
@@ -2554,6 +2537,11 @@
|
|
2554
2537
|
border-bottom-right-radius: 0.25rem;
|
2555
2538
|
}
|
2556
2539
|
|
2540
|
+
.rounded-r-full{
|
2541
|
+
border-top-right-radius: 9999px;
|
2542
|
+
border-bottom-right-radius: 9999px;
|
2543
|
+
}
|
2544
|
+
|
2557
2545
|
.rounded-r-md{
|
2558
2546
|
border-top-right-radius: 0.375rem;
|
2559
2547
|
border-bottom-right-radius: 0.375rem;
|
@@ -2847,6 +2835,15 @@
|
|
2847
2835
|
background-color: rgb(238 235 211 / var(--tw-bg-opacity)) !important;
|
2848
2836
|
}
|
2849
2837
|
|
2838
|
+
.\!bg-primary-1000{
|
2839
|
+
--tw-bg-opacity: 1 !important;
|
2840
|
+
background-color: rgb(105 82 0 / var(--tw-bg-opacity)) !important;
|
2841
|
+
}
|
2842
|
+
|
2843
|
+
.\!bg-primary-1000\/90{
|
2844
|
+
background-color: rgb(105 82 0 / 0.9) !important;
|
2845
|
+
}
|
2846
|
+
|
2850
2847
|
.\!bg-primary-50{
|
2851
2848
|
--tw-bg-opacity: 1 !important;
|
2852
2849
|
background-color: rgb(248 247 238 / var(--tw-bg-opacity)) !important;
|
@@ -2857,6 +2854,10 @@
|
|
2857
2854
|
background-color: rgb(159 124 60 / var(--tw-bg-opacity)) !important;
|
2858
2855
|
}
|
2859
2856
|
|
2857
|
+
.\!bg-primary-500\/90{
|
2858
|
+
background-color: rgb(159 124 60 / 0.9) !important;
|
2859
|
+
}
|
2860
|
+
|
2860
2861
|
.\!bg-success-500{
|
2861
2862
|
--tw-bg-opacity: 1 !important;
|
2862
2863
|
background-color: rgb(0 147 132 / var(--tw-bg-opacity)) !important;
|
@@ -2923,6 +2924,10 @@
|
|
2923
2924
|
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
2924
2925
|
}
|
2925
2926
|
|
2927
|
+
.bg-general-100\/90{
|
2928
|
+
background-color: rgb(218 217 227 / 0.9);
|
2929
|
+
}
|
2930
|
+
|
2926
2931
|
.bg-general-200{
|
2927
2932
|
--tw-bg-opacity: 1;
|
2928
2933
|
background-color: rgb(181 179 199 / var(--tw-bg-opacity));
|
@@ -3017,6 +3022,10 @@
|
|
3017
3022
|
background-color: rgb(238 235 211 / var(--tw-bg-opacity));
|
3018
3023
|
}
|
3019
3024
|
|
3025
|
+
.bg-primary-100\/90{
|
3026
|
+
background-color: rgb(238 235 211 / 0.9);
|
3027
|
+
}
|
3028
|
+
|
3020
3029
|
.bg-primary-1000{
|
3021
3030
|
--tw-bg-opacity: 1;
|
3022
3031
|
background-color: rgb(105 82 0 / var(--tw-bg-opacity));
|
@@ -3031,6 +3040,10 @@
|
|
3031
3040
|
background-color: rgb(223 215 169 / var(--tw-bg-opacity));
|
3032
3041
|
}
|
3033
3042
|
|
3043
|
+
.bg-primary-200\/90{
|
3044
|
+
background-color: rgb(223 215 169 / 0.9);
|
3045
|
+
}
|
3046
|
+
|
3034
3047
|
.bg-primary-300{
|
3035
3048
|
--tw-bg-opacity: 1;
|
3036
3049
|
background-color: rgb(205 188 119 / var(--tw-bg-opacity));
|
@@ -3427,10 +3440,6 @@
|
|
3427
3440
|
padding-bottom: 0.625rem;
|
3428
3441
|
}
|
3429
3442
|
|
3430
|
-
.pb-4{
|
3431
|
-
padding-bottom: 1rem;
|
3432
|
-
}
|
3433
|
-
|
3434
3443
|
.pb-6{
|
3435
3444
|
padding-bottom: 1.5rem;
|
3436
3445
|
}
|
@@ -3443,10 +3452,6 @@
|
|
3443
3452
|
padding-left: 0px;
|
3444
3453
|
}
|
3445
3454
|
|
3446
|
-
.pl-0\.5{
|
3447
|
-
padding-left: 0.125rem;
|
3448
|
-
}
|
3449
|
-
|
3450
3455
|
.pl-1{
|
3451
3456
|
padding-left: 0.25rem;
|
3452
3457
|
}
|
@@ -3479,10 +3484,6 @@
|
|
3479
3484
|
padding-right: 0px;
|
3480
3485
|
}
|
3481
3486
|
|
3482
|
-
.pr-0\.5{
|
3483
|
-
padding-right: 0.125rem;
|
3484
|
-
}
|
3485
|
-
|
3486
3487
|
.pr-1{
|
3487
3488
|
padding-right: 0.25rem;
|
3488
3489
|
}
|
@@ -3511,10 +3512,6 @@
|
|
3511
3512
|
padding-right: 1.75rem;
|
3512
3513
|
}
|
3513
3514
|
|
3514
|
-
.pr-9{
|
3515
|
-
padding-right: 2.25rem;
|
3516
|
-
}
|
3517
|
-
|
3518
3515
|
.pr-\[12px\]{
|
3519
3516
|
padding-right: 12px;
|
3520
3517
|
}
|
@@ -4966,14 +4963,6 @@ h6,
|
|
4966
4963
|
border-top-left-radius: 0.25rem;
|
4967
4964
|
}
|
4968
4965
|
|
4969
|
-
.first\:border-l-0:first-child{
|
4970
|
-
border-left-width: 0px;
|
4971
|
-
}
|
4972
|
-
|
4973
|
-
.first\:pl-0:first-child{
|
4974
|
-
padding-left: 0px;
|
4975
|
-
}
|
4976
|
-
|
4977
4966
|
.last\:col-span-3:last-child{
|
4978
4967
|
grid-column: span 3 / span 3;
|
4979
4968
|
}
|
@@ -5085,6 +5074,10 @@ h6,
|
|
5085
5074
|
background-color: rgb(38 38 39 / 0.9) !important;
|
5086
5075
|
}
|
5087
5076
|
|
5077
|
+
.hover\:\!bg-primary-1000\/90:hover{
|
5078
|
+
background-color: rgb(105 82 0 / 0.9) !important;
|
5079
|
+
}
|
5080
|
+
|
5088
5081
|
.hover\:\!bg-primary-400\/90:hover{
|
5089
5082
|
background-color: rgb(189 165 82 / 0.9) !important;
|
5090
5083
|
}
|
@@ -5137,6 +5130,10 @@ h6,
|
|
5137
5130
|
background-color: rgb(183 75 36 / 8%);
|
5138
5131
|
}
|
5139
5132
|
|
5133
|
+
.hover\:bg-general-100\/90:hover{
|
5134
|
+
background-color: rgb(218 217 227 / 0.9);
|
5135
|
+
}
|
5136
|
+
|
5140
5137
|
.hover\:bg-general-50:hover{
|
5141
5138
|
--tw-bg-opacity: 1;
|
5142
5139
|
background-color: rgb(235 234 240 / var(--tw-bg-opacity));
|
@@ -5189,13 +5186,16 @@ h6,
|
|
5189
5186
|
background-color: rgb(238 235 211 / var(--tw-bg-opacity));
|
5190
5187
|
}
|
5191
5188
|
|
5189
|
+
.hover\:bg-primary-100\/90:hover{
|
5190
|
+
background-color: rgb(238 235 211 / 0.9);
|
5191
|
+
}
|
5192
|
+
|
5192
5193
|
.hover\:bg-primary-1000\/90:hover{
|
5193
5194
|
background-color: rgb(105 82 0 / 0.9);
|
5194
5195
|
}
|
5195
5196
|
|
5196
|
-
.hover\:bg-primary-200:hover{
|
5197
|
-
|
5198
|
-
background-color: rgb(223 215 169 / var(--tw-bg-opacity));
|
5197
|
+
.hover\:bg-primary-200\/90:hover{
|
5198
|
+
background-color: rgb(223 215 169 / 0.9);
|
5199
5199
|
}
|
5200
5200
|
|
5201
5201
|
.hover\:bg-primary-300:hover{
|
@@ -5299,11 +5299,6 @@ h6,
|
|
5299
5299
|
color: rgb(78 75 102 / var(--tw-text-opacity));
|
5300
5300
|
}
|
5301
5301
|
|
5302
|
-
.hover\:text-grayscale-900:hover{
|
5303
|
-
--tw-text-opacity: 1;
|
5304
|
-
color: rgb(38 38 39 / var(--tw-text-opacity));
|
5305
|
-
}
|
5306
|
-
|
5307
5302
|
.hover\:text-primary-400:hover{
|
5308
5303
|
--tw-text-opacity: 1;
|
5309
5304
|
color: rgb(189 165 82 / var(--tw-text-opacity));
|
@@ -5734,9 +5729,9 @@ h6,
|
|
5734
5729
|
--tw-ring-offset-width: 0px;
|
5735
5730
|
}
|
5736
5731
|
|
5737
|
-
.peer:disabled ~ .peer-disabled\:
|
5738
|
-
--tw-
|
5739
|
-
|
5732
|
+
.peer:disabled ~ .peer-disabled\:text-general-300{
|
5733
|
+
--tw-text-opacity: 1;
|
5734
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
5740
5735
|
}
|
5741
5736
|
|
5742
5737
|
.has-\[\.mask-active\]\:bg-transparent:has(.mask-active){
|
@@ -6113,22 +6108,10 @@ h6,
|
|
6113
6108
|
height: 1rem;
|
6114
6109
|
}
|
6115
6110
|
|
6116
|
-
.\[\&_i\]\:h-5 i{
|
6117
|
-
height: 1.25rem;
|
6118
|
-
}
|
6119
|
-
|
6120
6111
|
.\[\&_i\]\:w-4 i{
|
6121
6112
|
width: 1rem;
|
6122
6113
|
}
|
6123
6114
|
|
6124
|
-
.\[\&_i\]\:w-5 i{
|
6125
|
-
width: 1.25rem;
|
6126
|
-
}
|
6127
|
-
|
6128
|
-
.\[\&_i\]\:shrink-0 i{
|
6129
|
-
flex-shrink: 0;
|
6130
|
-
}
|
6131
|
-
|
6132
6115
|
.\[\&_i\]\:bg-transparent i{
|
6133
6116
|
background-color: transparent;
|
6134
6117
|
}
|
@@ -6150,39 +6133,6 @@ h6,
|
|
6150
6133
|
cursor: grab;
|
6151
6134
|
}
|
6152
6135
|
|
6153
|
-
.\[\&_span\]\:flex span{
|
6154
|
-
display: flex;
|
6155
|
-
}
|
6156
|
-
|
6157
|
-
.\[\&_span\]\:h-\[26px\] span{
|
6158
|
-
height: 26px;
|
6159
|
-
}
|
6160
|
-
|
6161
|
-
.\[\&_span\]\:w-\[37px\] span{
|
6162
|
-
width: 37px;
|
6163
|
-
}
|
6164
|
-
|
6165
|
-
.\[\&_span\]\:items-center span{
|
6166
|
-
align-items: center;
|
6167
|
-
}
|
6168
|
-
|
6169
|
-
.\[\&_span\]\:justify-center span{
|
6170
|
-
justify-content: center;
|
6171
|
-
}
|
6172
|
-
|
6173
|
-
.\[\&_span\]\:rounded span{
|
6174
|
-
border-radius: 0.25rem;
|
6175
|
-
}
|
6176
|
-
|
6177
|
-
.\[\&_span\]\:border span{
|
6178
|
-
border-width: 1px;
|
6179
|
-
}
|
6180
|
-
|
6181
|
-
.\[\&_span\]\:border-general-200 span{
|
6182
|
-
--tw-border-opacity: 1;
|
6183
|
-
border-color: rgb(181 179 199 / var(--tw-border-opacity));
|
6184
|
-
}
|
6185
|
-
|
6186
6136
|
.\[\&_tbody\]\:block tbody{
|
6187
6137
|
display: block;
|
6188
6138
|
}
|