@fewangsit/wangsvue-presets 1.0.104-alpha.8 → 1.0.105-alpha.0
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/checkbox/index.js +1 -1
- package/fixedasset/colors.config.json +73 -73
- package/fixedasset/datatable/index.d.ts +13 -0
- package/fixedasset/datatable/index.js +5 -1
- package/fixedasset/index.es.js +22 -18
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +9 -9
- package/globalsettings/checkbox/index.js +1 -1
- package/globalsettings/colors.config.json +97 -97
- package/globalsettings/datatable/index.d.ts +13 -0
- package/globalsettings/datatable/index.js +5 -1
- package/globalsettings/index.es.js +12 -8
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +10 -10
- package/package.json +13 -13
- package/supplyasset/colors.config.json +97 -97
- package/supplyasset/datatable/index.d.ts +13 -0
- package/supplyasset/datatable/index.js +5 -1
- package/supplyasset/index.es.js +17 -13
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +10 -10
- package/wangsvue/colors.config.json +76 -76
- package/wangsvue/datatable/index.d.ts +13 -0
- package/wangsvue/datatable/index.js +5 -1
- package/wangsvue/index.es.js +21 -17
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +9 -9
package/supplyasset/style.css
CHANGED
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
font-family: 'Manrope', sans-serif !important;
|
|
4877
4877
|
}
|
|
4878
4878
|
|
|
4879
|
-
h1,
|
|
4879
|
+
h1,
|
|
4880
4880
|
.heading-1{
|
|
4881
4881
|
font-size: 22px !important;
|
|
4882
4882
|
font-weight: 600 !important;
|
|
@@ -4884,7 +4884,7 @@ h1,
|
|
|
4884
4884
|
letter-spacing: 0.02em;
|
|
4885
4885
|
}
|
|
4886
4886
|
|
|
4887
|
-
h2,
|
|
4887
|
+
h2,
|
|
4888
4888
|
.heading-2{
|
|
4889
4889
|
font-size: 1.125rem !important;
|
|
4890
4890
|
font-weight: 600 !important;
|
|
@@ -4892,7 +4892,7 @@ h2,
|
|
|
4892
4892
|
letter-spacing: 0.02em;
|
|
4893
4893
|
}
|
|
4894
4894
|
|
|
4895
|
-
h3,
|
|
4895
|
+
h3,
|
|
4896
4896
|
.heading-3{
|
|
4897
4897
|
font-size: 1rem !important;
|
|
4898
4898
|
font-weight: 500 !important;
|
|
@@ -4900,7 +4900,7 @@ h3,
|
|
|
4900
4900
|
letter-spacing: 0.02em;
|
|
4901
4901
|
}
|
|
4902
4902
|
|
|
4903
|
-
h4,
|
|
4903
|
+
h4,
|
|
4904
4904
|
.heading-4{
|
|
4905
4905
|
font-size: 0.875rem !important;
|
|
4906
4906
|
font-weight: 500 !important;
|
|
@@ -4908,7 +4908,7 @@ h4,
|
|
|
4908
4908
|
letter-spacing: 0.02em;
|
|
4909
4909
|
}
|
|
4910
4910
|
|
|
4911
|
-
p,
|
|
4911
|
+
p,
|
|
4912
4912
|
.p{
|
|
4913
4913
|
font-size: 0.75rem !important;
|
|
4914
4914
|
font-weight: 500 !important;
|
|
@@ -4916,7 +4916,7 @@ p,
|
|
|
4916
4916
|
letter-spacing: 0.02em;
|
|
4917
4917
|
}
|
|
4918
4918
|
|
|
4919
|
-
h5,
|
|
4919
|
+
h5,
|
|
4920
4920
|
.heading-5{
|
|
4921
4921
|
font-size: 0.75rem !important;
|
|
4922
4922
|
font-weight: 600 !important;
|
|
@@ -4924,7 +4924,7 @@ h5,
|
|
|
4924
4924
|
letter-spacing: 0.02em;
|
|
4925
4925
|
}
|
|
4926
4926
|
|
|
4927
|
-
h6,
|
|
4927
|
+
h6,
|
|
4928
4928
|
.heading-6{
|
|
4929
4929
|
font-size: 10px !important;
|
|
4930
4930
|
font-weight: 600 !important;
|
|
@@ -4936,12 +4936,12 @@ h6,
|
|
|
4936
4936
|
scrollbar-width: none;
|
|
4937
4937
|
}
|
|
4938
4938
|
|
|
4939
|
-
.scrollbar-w-thin,
|
|
4939
|
+
.scrollbar-w-thin,
|
|
4940
4940
|
.p-virtualscroller {
|
|
4941
4941
|
scrollbar-width: thin;
|
|
4942
4942
|
}
|
|
4943
4943
|
|
|
4944
|
-
p,
|
|
4944
|
+
p,
|
|
4945
4945
|
div{
|
|
4946
4946
|
font-size: 0.75rem;
|
|
4947
4947
|
line-height: 1rem;
|
|
@@ -6753,4 +6753,4 @@ div{
|
|
|
6753
6753
|
|
|
6754
6754
|
.\[\&_ul\]\:pl-6 ul{
|
|
6755
6755
|
padding-left: 1.5rem;
|
|
6756
|
-
}
|
|
6756
|
+
}
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"primary-50": "#F8F7EE",
|
|
3
|
-
"primary-100": "#EEEBD3",
|
|
4
|
-
"primary-200": "#DFD7A9",
|
|
5
|
-
"primary-300": "#CDBC77",
|
|
6
|
-
"primary-400": "#BDA552",
|
|
7
|
-
"primary-500": "#9F7C3C",
|
|
8
|
-
"primary-600": "#856732",
|
|
9
|
-
"primary-700": "#785930",
|
|
10
|
-
"primary-800": "#65492E",
|
|
11
|
-
"primary-900": "#583F2B",
|
|
12
|
-
"primary-950": "#322116",
|
|
13
|
-
"primary-1000": "#695200",
|
|
14
|
-
|
|
15
|
-
"danger-50": "#E7C3B6",
|
|
16
|
-
"danger-100": "#E7C3B6",
|
|
17
|
-
"danger-200": "#DBA592",
|
|
18
|
-
"danger-300": "#CF876D",
|
|
19
|
-
"danger-400": "#C36948",
|
|
20
|
-
"danger-500": "#B74B24",
|
|
21
|
-
"danger-600": "#993F1E",
|
|
22
|
-
"danger-700": "#7A3218",
|
|
23
|
-
"danger-800": "#5C2612",
|
|
24
|
-
"danger-900": "#3D190C",
|
|
25
|
-
"danger-950": "#1F0D06",
|
|
26
|
-
|
|
27
|
-
"warning-50": "#F9EFD9",
|
|
28
|
-
"warning-100": "#F3E0B3",
|
|
29
|
-
"warning-200": "#EDD08E",
|
|
30
|
-
"warning-300": "#E7C068",
|
|
31
|
-
"warning-400": "#E1B142",
|
|
32
|
-
"warning-500": "#DBA11C",
|
|
33
|
-
"warning-600": "#B78617",
|
|
34
|
-
"warning-700": "#926B13",
|
|
35
|
-
"warning-800": "#6E510E",
|
|
36
|
-
"warning-900": "#493609",
|
|
37
|
-
"warning-950": "#251B05",
|
|
38
|
-
|
|
39
|
-
"success-50": "#D5EDEB",
|
|
40
|
-
"success-100": "#AADBD6",
|
|
41
|
-
"success-200": "#80C9C2",
|
|
42
|
-
"success-300": "#55B7AD",
|
|
43
|
-
"success-400": "#2AA599",
|
|
44
|
-
"success-500": "#009384",
|
|
45
|
-
"success-600": "#007B6E",
|
|
46
|
-
"success-700": "#006258",
|
|
47
|
-
"success-800": "#004A42",
|
|
48
|
-
"success-900": "#00312C",
|
|
49
|
-
"success-950": "#001916",
|
|
50
|
-
"success-1000": "#00A455",
|
|
51
|
-
|
|
52
|
-
"grayscale-50": "#f7f7f7",
|
|
53
|
-
"grayscale-100": "#f2f2f2",
|
|
54
|
-
"grayscale-200": "#e5e6e6",
|
|
55
|
-
"grayscale-300": "#d8d9d9",
|
|
56
|
-
"grayscale-400": "#cbcccd",
|
|
57
|
-
"grayscale-500": "#bdbebf",
|
|
58
|
-
"grayscale-600": "#97999b",
|
|
59
|
-
"grayscale-700": "#717374",
|
|
60
|
-
"grayscale-800": "#4b4d4e",
|
|
61
|
-
"grayscale-900": "#262627",
|
|
62
|
-
"grayscale-950": "#121212",
|
|
63
|
-
|
|
64
|
-
"general-50": "#EBEAF0",
|
|
65
|
-
"general-100": "#DAD9E3",
|
|
66
|
-
"general-200": "#B5B3C7",
|
|
67
|
-
"general-300": "#908CAB",
|
|
68
|
-
"general-400": "#6C688D",
|
|
69
|
-
"general-500": "#4E4B66",
|
|
70
|
-
"general-600": "#3F3C52",
|
|
71
|
-
"general-700": "#2F2D3E",
|
|
72
|
-
"general-800": "#201E29",
|
|
73
|
-
"general-900": "#100F15",
|
|
74
|
-
"general-950": "#070609",
|
|
75
|
-
|
|
76
|
-
"link": "#0000EE"
|
|
1
|
+
{
|
|
2
|
+
"primary-50": "#F8F7EE",
|
|
3
|
+
"primary-100": "#EEEBD3",
|
|
4
|
+
"primary-200": "#DFD7A9",
|
|
5
|
+
"primary-300": "#CDBC77",
|
|
6
|
+
"primary-400": "#BDA552",
|
|
7
|
+
"primary-500": "#9F7C3C",
|
|
8
|
+
"primary-600": "#856732",
|
|
9
|
+
"primary-700": "#785930",
|
|
10
|
+
"primary-800": "#65492E",
|
|
11
|
+
"primary-900": "#583F2B",
|
|
12
|
+
"primary-950": "#322116",
|
|
13
|
+
"primary-1000": "#695200",
|
|
14
|
+
|
|
15
|
+
"danger-50": "#E7C3B6",
|
|
16
|
+
"danger-100": "#E7C3B6",
|
|
17
|
+
"danger-200": "#DBA592",
|
|
18
|
+
"danger-300": "#CF876D",
|
|
19
|
+
"danger-400": "#C36948",
|
|
20
|
+
"danger-500": "#B74B24",
|
|
21
|
+
"danger-600": "#993F1E",
|
|
22
|
+
"danger-700": "#7A3218",
|
|
23
|
+
"danger-800": "#5C2612",
|
|
24
|
+
"danger-900": "#3D190C",
|
|
25
|
+
"danger-950": "#1F0D06",
|
|
26
|
+
|
|
27
|
+
"warning-50": "#F9EFD9",
|
|
28
|
+
"warning-100": "#F3E0B3",
|
|
29
|
+
"warning-200": "#EDD08E",
|
|
30
|
+
"warning-300": "#E7C068",
|
|
31
|
+
"warning-400": "#E1B142",
|
|
32
|
+
"warning-500": "#DBA11C",
|
|
33
|
+
"warning-600": "#B78617",
|
|
34
|
+
"warning-700": "#926B13",
|
|
35
|
+
"warning-800": "#6E510E",
|
|
36
|
+
"warning-900": "#493609",
|
|
37
|
+
"warning-950": "#251B05",
|
|
38
|
+
|
|
39
|
+
"success-50": "#D5EDEB",
|
|
40
|
+
"success-100": "#AADBD6",
|
|
41
|
+
"success-200": "#80C9C2",
|
|
42
|
+
"success-300": "#55B7AD",
|
|
43
|
+
"success-400": "#2AA599",
|
|
44
|
+
"success-500": "#009384",
|
|
45
|
+
"success-600": "#007B6E",
|
|
46
|
+
"success-700": "#006258",
|
|
47
|
+
"success-800": "#004A42",
|
|
48
|
+
"success-900": "#00312C",
|
|
49
|
+
"success-950": "#001916",
|
|
50
|
+
"success-1000": "#00A455",
|
|
51
|
+
|
|
52
|
+
"grayscale-50": "#f7f7f7",
|
|
53
|
+
"grayscale-100": "#f2f2f2",
|
|
54
|
+
"grayscale-200": "#e5e6e6",
|
|
55
|
+
"grayscale-300": "#d8d9d9",
|
|
56
|
+
"grayscale-400": "#cbcccd",
|
|
57
|
+
"grayscale-500": "#bdbebf",
|
|
58
|
+
"grayscale-600": "#97999b",
|
|
59
|
+
"grayscale-700": "#717374",
|
|
60
|
+
"grayscale-800": "#4b4d4e",
|
|
61
|
+
"grayscale-900": "#262627",
|
|
62
|
+
"grayscale-950": "#121212",
|
|
63
|
+
|
|
64
|
+
"general-50": "#EBEAF0",
|
|
65
|
+
"general-100": "#DAD9E3",
|
|
66
|
+
"general-200": "#B5B3C7",
|
|
67
|
+
"general-300": "#908CAB",
|
|
68
|
+
"general-400": "#6C688D",
|
|
69
|
+
"general-500": "#4E4B66",
|
|
70
|
+
"general-600": "#3F3C52",
|
|
71
|
+
"general-700": "#2F2D3E",
|
|
72
|
+
"general-800": "#201E29",
|
|
73
|
+
"general-900": "#100F15",
|
|
74
|
+
"general-950": "#070609",
|
|
75
|
+
|
|
76
|
+
"link": "#0000EE"
|
|
77
77
|
}
|
|
@@ -123,18 +123,31 @@ declare namespace _default {
|
|
|
123
123
|
context: any;
|
|
124
124
|
}): {
|
|
125
125
|
class: (string | {
|
|
126
|
+
'text-center': any;
|
|
127
|
+
'text-left': boolean;
|
|
128
|
+
'bg-primary-400'?: undefined;
|
|
129
|
+
'bg-primary-500'?: undefined;
|
|
130
|
+
'sticky right-0 hover:bg-primary-500'?: undefined;
|
|
131
|
+
'!cursor-default'?: undefined;
|
|
132
|
+
} | {
|
|
126
133
|
'bg-primary-400': boolean;
|
|
134
|
+
'text-center'?: undefined;
|
|
135
|
+
'text-left'?: undefined;
|
|
127
136
|
'bg-primary-500'?: undefined;
|
|
128
137
|
'sticky right-0 hover:bg-primary-500'?: undefined;
|
|
129
138
|
'!cursor-default'?: undefined;
|
|
130
139
|
} | {
|
|
131
140
|
'bg-primary-500': any;
|
|
141
|
+
'text-center'?: undefined;
|
|
142
|
+
'text-left'?: undefined;
|
|
132
143
|
'bg-primary-400'?: undefined;
|
|
133
144
|
'sticky right-0 hover:bg-primary-500'?: undefined;
|
|
134
145
|
'!cursor-default'?: undefined;
|
|
135
146
|
} | {
|
|
136
147
|
'sticky right-0 hover:bg-primary-500': any;
|
|
137
148
|
'!cursor-default': boolean;
|
|
149
|
+
'text-center'?: undefined;
|
|
150
|
+
'text-left'?: undefined;
|
|
138
151
|
'bg-primary-400'?: undefined;
|
|
139
152
|
'bg-primary-500'?: undefined;
|
|
140
153
|
})[];
|
|
@@ -74,7 +74,11 @@ exports.default = {
|
|
|
74
74
|
var context = _a.context;
|
|
75
75
|
return {
|
|
76
76
|
'class': [
|
|
77
|
-
'text-xs font-semibold text-white p-2
|
|
77
|
+
'text-xs font-semibold text-white p-2 cursor-pointer',
|
|
78
|
+
{
|
|
79
|
+
'text-center': context.isParentHeader,
|
|
80
|
+
'text-left': !context.isParentHeader,
|
|
81
|
+
},
|
|
78
82
|
{ 'bg-primary-400': !context.sorted || !context.sortable },
|
|
79
83
|
{ 'bg-primary-500': context.sorted },
|
|
80
84
|
{
|
package/wangsvue/index.es.js
CHANGED
|
@@ -386,7 +386,7 @@ const _ = {
|
|
|
386
386
|
"icon-class": "w-3 h-3",
|
|
387
387
|
"data-wv-section": "removebutton"
|
|
388
388
|
})
|
|
389
|
-
},
|
|
389
|
+
}, P = {
|
|
390
390
|
root: ({ context: e }) => ({
|
|
391
391
|
class: [
|
|
392
392
|
// Font
|
|
@@ -424,7 +424,7 @@ const _ = {
|
|
|
424
424
|
}
|
|
425
425
|
]
|
|
426
426
|
})
|
|
427
|
-
},
|
|
427
|
+
}, F = {
|
|
428
428
|
root: ({ props: e, context: t }) => ({
|
|
429
429
|
class: [
|
|
430
430
|
"relative",
|
|
@@ -2010,7 +2010,7 @@ const _ = {
|
|
|
2010
2010
|
"px-2 bg-primary-100 sticky left-0 text-right select-none"
|
|
2011
2011
|
]
|
|
2012
2012
|
}
|
|
2013
|
-
},
|
|
2013
|
+
}, H = {
|
|
2014
2014
|
root: ({ props: e }) => ({
|
|
2015
2015
|
class: [
|
|
2016
2016
|
// Display
|
|
@@ -2119,7 +2119,7 @@ const _ = {
|
|
|
2119
2119
|
leaveActiveClass: "transition-opacity duration-100 ease-linear",
|
|
2120
2120
|
leaveToClass: "opacity-0"
|
|
2121
2121
|
}
|
|
2122
|
-
},
|
|
2122
|
+
}, K = {
|
|
2123
2123
|
root: {
|
|
2124
2124
|
class: [
|
|
2125
2125
|
// Shape
|
|
@@ -2390,7 +2390,11 @@ const _ = {
|
|
|
2390
2390
|
}),
|
|
2391
2391
|
headercell: ({ context: e }) => ({
|
|
2392
2392
|
class: [
|
|
2393
|
-
"text-xs font-semibold text-white p-2
|
|
2393
|
+
"text-xs font-semibold text-white p-2 cursor-pointer",
|
|
2394
|
+
{
|
|
2395
|
+
"text-center": e.isParentHeader,
|
|
2396
|
+
"text-left": !e.isParentHeader
|
|
2397
|
+
},
|
|
2394
2398
|
{ "bg-primary-400": !e.sorted || !e.sortable },
|
|
2395
2399
|
{ "bg-primary-500": e.sorted },
|
|
2396
2400
|
{
|
|
@@ -6583,7 +6587,7 @@ const _ = {
|
|
|
6583
6587
|
leaveActiveClass: "!transition-none",
|
|
6584
6588
|
leaveToClass: "!transition-none"
|
|
6585
6589
|
}
|
|
6586
|
-
},
|
|
6590
|
+
}, Pe = {
|
|
6587
6591
|
root: ({ props: e }) => ({
|
|
6588
6592
|
class: [
|
|
6589
6593
|
{
|
|
@@ -6782,7 +6786,7 @@ const _ = {
|
|
|
6782
6786
|
tooltipicon: {
|
|
6783
6787
|
class: "text-grayscale-900 w-[10px] h-[10px]"
|
|
6784
6788
|
}
|
|
6785
|
-
},
|
|
6789
|
+
}, Fe = {
|
|
6786
6790
|
root: ({ props: e }) => ({
|
|
6787
6791
|
class: [
|
|
6788
6792
|
"relative",
|
|
@@ -8492,7 +8496,7 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
8492
8496
|
icon: {
|
|
8493
8497
|
class: "mr-1 text-sm"
|
|
8494
8498
|
}
|
|
8495
|
-
},
|
|
8499
|
+
}, He = {
|
|
8496
8500
|
root: {
|
|
8497
8501
|
class: [
|
|
8498
8502
|
// Spacing
|
|
@@ -8544,7 +8548,7 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
8544
8548
|
"outline-none"
|
|
8545
8549
|
]
|
|
8546
8550
|
}
|
|
8547
|
-
},
|
|
8551
|
+
}, Ke = {
|
|
8548
8552
|
root: ({ context: e, props: t }) => ({
|
|
8549
8553
|
class: [
|
|
8550
8554
|
// Font
|
|
@@ -9821,7 +9825,7 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
9821
9825
|
}
|
|
9822
9826
|
}
|
|
9823
9827
|
}, gt = {
|
|
9824
|
-
badge:
|
|
9828
|
+
badge: P,
|
|
9825
9829
|
ripple: Ve,
|
|
9826
9830
|
tooltip: Qe
|
|
9827
9831
|
}, bt = {
|
|
@@ -9840,7 +9844,7 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
9840
9844
|
inputbadge: de,
|
|
9841
9845
|
calendar: E,
|
|
9842
9846
|
checkbox: d,
|
|
9843
|
-
buttonradio:
|
|
9847
|
+
buttonradio: Fe,
|
|
9844
9848
|
selectbutton: Ee,
|
|
9845
9849
|
slider: Le,
|
|
9846
9850
|
chips: O,
|
|
@@ -9850,20 +9854,20 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
9850
9854
|
toggleswitch: u,
|
|
9851
9855
|
cascadeselect: L,
|
|
9852
9856
|
listbox: ve,
|
|
9853
|
-
colorpicker:
|
|
9857
|
+
colorpicker: H,
|
|
9854
9858
|
inputgroup: ue,
|
|
9855
9859
|
inputgroupaddon: fe,
|
|
9856
9860
|
inputmask: ge,
|
|
9857
9861
|
knob: xe,
|
|
9858
9862
|
treeselect: tt,
|
|
9859
9863
|
tristatecheckbox: rt,
|
|
9860
|
-
textarea:
|
|
9864
|
+
textarea: Ke,
|
|
9861
9865
|
password: Ie,
|
|
9862
9866
|
validatormessage: st,
|
|
9863
9867
|
fileupload: lt,
|
|
9864
9868
|
fieldwrapper: ie,
|
|
9865
9869
|
// Buttons
|
|
9866
|
-
button:
|
|
9870
|
+
button: F,
|
|
9867
9871
|
buttondownload: N,
|
|
9868
9872
|
buttonbulkaction: it,
|
|
9869
9873
|
buttonsearch: $,
|
|
@@ -9908,7 +9912,7 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
9908
9912
|
dialogform: Q,
|
|
9909
9913
|
overlaypanel: je,
|
|
9910
9914
|
sidebar: Ge,
|
|
9911
|
-
confirmpopup:
|
|
9915
|
+
confirmpopup: K,
|
|
9912
9916
|
// Messages
|
|
9913
9917
|
message: ke,
|
|
9914
9918
|
inlinemessage: ce,
|
|
@@ -9922,10 +9926,10 @@ const Oe = p("WANGS-TAB-MENU", {
|
|
|
9922
9926
|
avatargroup: S,
|
|
9923
9927
|
tag: De,
|
|
9924
9928
|
chip: M,
|
|
9925
|
-
progressbar:
|
|
9929
|
+
progressbar: Pe,
|
|
9926
9930
|
skeleton: Ue,
|
|
9927
9931
|
scrolltop: Be,
|
|
9928
|
-
terminal:
|
|
9932
|
+
terminal: He,
|
|
9929
9933
|
image: le,
|
|
9930
9934
|
workcalendar: ct,
|
|
9931
9935
|
loading: ut,
|