@fewangsit/wangsvue-presets 1.0.96-alpha.9 → 1.0.96
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/fieldwrapper/index.d.ts +2 -5
- package/fixedasset/fieldwrapper/index.js +1 -4
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +47 -39
- package/fixedasset/timeline/index.d.ts +2 -24
- package/fixedasset/timeline/index.js +5 -24
- package/fixedasset/username/index.js +1 -1
- package/globalsettings/fieldwrapper/index.d.ts +2 -5
- package/globalsettings/fieldwrapper/index.js +1 -4
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +47 -39
- package/globalsettings/timeline/index.d.ts +0 -22
- package/globalsettings/timeline/index.js +0 -19
- package/package.json +1 -1
- package/supplyasset/fieldwrapper/index.d.ts +2 -5
- package/supplyasset/fieldwrapper/index.js +1 -4
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +47 -39
- package/supplyasset/timeline/index.d.ts +0 -22
- package/supplyasset/timeline/index.js +0 -19
- package/wangsvue/buttonbulkaction/index.d.ts +2 -2
- package/wangsvue/buttonbulkaction/index.js +1 -2
- package/wangsvue/fieldwrapper/index.d.ts +2 -5
- package/wangsvue/fieldwrapper/index.js +1 -4
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +51 -39
- package/wangsvue/timeline/index.d.ts +0 -20
- package/wangsvue/timeline/index.js +0 -16
package/supplyasset/style.css
CHANGED
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
|
|
2
2
|
|
|
3
|
-
.icon{
|
|
4
|
-
display: flex;
|
|
5
|
-
height: 1em;
|
|
6
|
-
width: 1em;
|
|
7
|
-
background-color: currentColor;
|
|
8
|
-
-webkit-mask-image: var(--svg);
|
|
9
|
-
mask-image: var(--svg);
|
|
10
|
-
-webkit-mask-repeat: no-repeat;
|
|
11
|
-
mask-repeat: no-repeat;
|
|
12
|
-
-webkit-mask-size: 100% 100%;
|
|
13
|
-
mask-size: 100% 100%;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
3
|
.ic-add {
|
|
17
4
|
/* ri-add-line */
|
|
18
5
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
|
|
@@ -920,6 +907,53 @@
|
|
|
920
907
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.199 9.944a2.6 2.6 0 0 1-.79-1.55l-.403-3.083l-2.731 1.486a2.6 2.6 0 0 1-1.719.272L6.5 6.5l.57 3.056a2.6 2.6 0 0 1-.273 1.72l-1.486 2.73l3.083.403a2.6 2.6 0 0 1 1.55.79l2.138 2.257l1.336-2.807a2.6 2.6 0 0 1 1.23-1.231l2.808-1.336zm.025 5.564l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.358-.182l-5.106-.668a.6.6 0 0 1-.45-.881l2.462-4.524a.6.6 0 0 0 .063-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.062.943a.6.6 0 0 0 .397-.063l4.523-2.46a.6.6 0 0 1 .882.448l.668 5.107a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284m.797 1.927l1.414-1.414l4.243 4.242l-1.415 1.415z'/%3E%3C/svg%3E");
|
|
921
908
|
}
|
|
922
909
|
|
|
910
|
+
.container{
|
|
911
|
+
width: 100%;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
@media (min-width: 640px){
|
|
915
|
+
.container{
|
|
916
|
+
max-width: 640px;
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
@media (min-width: 768px){
|
|
921
|
+
.container{
|
|
922
|
+
max-width: 768px;
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
@media (min-width: 1024px){
|
|
927
|
+
.container{
|
|
928
|
+
max-width: 1024px;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
@media (min-width: 1280px){
|
|
933
|
+
.container{
|
|
934
|
+
max-width: 1280px;
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
@media (min-width: 1536px){
|
|
939
|
+
.container{
|
|
940
|
+
max-width: 1536px;
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.icon{
|
|
945
|
+
display: flex;
|
|
946
|
+
height: 1em;
|
|
947
|
+
width: 1em;
|
|
948
|
+
background-color: currentColor;
|
|
949
|
+
-webkit-mask-image: var(--svg);
|
|
950
|
+
mask-image: var(--svg);
|
|
951
|
+
-webkit-mask-repeat: no-repeat;
|
|
952
|
+
mask-repeat: no-repeat;
|
|
953
|
+
-webkit-mask-size: 100% 100%;
|
|
954
|
+
mask-size: 100% 100%;
|
|
955
|
+
}
|
|
956
|
+
|
|
923
957
|
.\!pointer-events-none{
|
|
924
958
|
pointer-events: none !important;
|
|
925
959
|
}
|
|
@@ -1157,10 +1191,6 @@
|
|
|
1157
1191
|
margin: 0px;
|
|
1158
1192
|
}
|
|
1159
1193
|
|
|
1160
|
-
.m-\[3px\]{
|
|
1161
|
-
margin: 3px;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
1194
|
.\!mx-auto{
|
|
1165
1195
|
margin-left: auto !important;
|
|
1166
1196
|
margin-right: auto !important;
|
|
@@ -1405,10 +1435,6 @@
|
|
|
1405
1435
|
display: inline;
|
|
1406
1436
|
}
|
|
1407
1437
|
|
|
1408
|
-
.\!flex{
|
|
1409
|
-
display: flex !important;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
1438
|
.flex{
|
|
1413
1439
|
display: flex;
|
|
1414
1440
|
}
|
|
@@ -1562,10 +1588,6 @@
|
|
|
1562
1588
|
height: 21px;
|
|
1563
1589
|
}
|
|
1564
1590
|
|
|
1565
|
-
.h-\[22px\]{
|
|
1566
|
-
height: 22px;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
1591
|
.h-\[26px\]{
|
|
1570
1592
|
height: 26px;
|
|
1571
1593
|
}
|
|
@@ -1812,10 +1834,6 @@
|
|
|
1812
1834
|
width: 18px;
|
|
1813
1835
|
}
|
|
1814
1836
|
|
|
1815
|
-
.w-\[1px\]{
|
|
1816
|
-
width: 1px;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
1837
|
.w-\[200px\]{
|
|
1820
1838
|
width: 200px;
|
|
1821
1839
|
}
|
|
@@ -1824,10 +1842,6 @@
|
|
|
1824
1842
|
width: 224px;
|
|
1825
1843
|
}
|
|
1826
1844
|
|
|
1827
|
-
.w-\[22px\]{
|
|
1828
|
-
width: 22px;
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
1845
|
.w-\[272px\]{
|
|
1832
1846
|
width: 272px;
|
|
1833
1847
|
}
|
|
@@ -2558,12 +2572,6 @@
|
|
|
2558
2572
|
scroll-behavior: smooth;
|
|
2559
2573
|
}
|
|
2560
2574
|
|
|
2561
|
-
.truncate{
|
|
2562
|
-
overflow: hidden;
|
|
2563
|
-
text-overflow: ellipsis;
|
|
2564
|
-
white-space: nowrap;
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
2575
|
.overflow-ellipsis{
|
|
2568
2576
|
text-overflow: ellipsis;
|
|
2569
2577
|
}
|
|
@@ -38,28 +38,6 @@ declare namespace _default {
|
|
|
38
38
|
})[];
|
|
39
39
|
'data-wv-section': string;
|
|
40
40
|
};
|
|
41
|
-
function markerDot(item: any): {
|
|
42
|
-
class: (string | {
|
|
43
|
-
'!flex': any;
|
|
44
|
-
})[];
|
|
45
|
-
'data-wv-section': string;
|
|
46
|
-
};
|
|
47
|
-
namespace contentHeader {
|
|
48
|
-
let _class_1: string[];
|
|
49
|
-
export { _class_1 as class };
|
|
50
|
-
}
|
|
51
|
-
namespace contentDetailKey {
|
|
52
|
-
let _class_2: string[];
|
|
53
|
-
export { _class_2 as class };
|
|
54
|
-
}
|
|
55
|
-
namespace contentDetailValue {
|
|
56
|
-
let _class_3: string[];
|
|
57
|
-
export { _class_3 as class };
|
|
58
|
-
}
|
|
59
|
-
namespace contentDate {
|
|
60
|
-
let _class_4: string[];
|
|
61
|
-
export { _class_4 as class };
|
|
62
|
-
}
|
|
63
41
|
function connector({ props }: {
|
|
64
42
|
props: any;
|
|
65
43
|
}): {
|
|
@@ -68,25 +68,6 @@ exports.default = {
|
|
|
68
68
|
],
|
|
69
69
|
'data-wv-section': 'markerArrow',
|
|
70
70
|
}); },
|
|
71
|
-
markerDot: function (item) { return ({
|
|
72
|
-
'class': [
|
|
73
|
-
'hidden w-[6px] h-[6px] m-[3px] rounded-full bg-black',
|
|
74
|
-
{ '!flex': !item.detail || isEmptyObject(item.detail) },
|
|
75
|
-
],
|
|
76
|
-
'data-wv-section': 'markerDot',
|
|
77
|
-
}); },
|
|
78
|
-
contentHeader: {
|
|
79
|
-
class: ['leading-5 cursor-pointer truncate !text-xs !font-bold'],
|
|
80
|
-
},
|
|
81
|
-
contentDetailKey: {
|
|
82
|
-
class: ['text-general-400 whitespace-nowrap'],
|
|
83
|
-
},
|
|
84
|
-
contentDetailValue: {
|
|
85
|
-
class: ['text-xs text-general-800'],
|
|
86
|
-
},
|
|
87
|
-
contentDate: {
|
|
88
|
-
class: ['text-xs font-medium'],
|
|
89
|
-
},
|
|
90
71
|
connector: function (_a) {
|
|
91
72
|
var props = _a.props;
|
|
92
73
|
return ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.default = {
|
|
4
4
|
root: {
|
|
5
5
|
'class': 'flex gap-2 items-center',
|
|
6
6
|
'data-wv-name': 'buttonbulkaction',
|
|
@@ -33,4 +33,3 @@ var button = {
|
|
|
33
33
|
'data-wv-section': 'buttonclearselection',
|
|
34
34
|
},
|
|
35
35
|
};
|
|
36
|
-
exports.default = button;
|
|
@@ -4,13 +4,10 @@ declare namespace _default {
|
|
|
4
4
|
'data-wv-name': string;
|
|
5
5
|
'data-wv-section': string;
|
|
6
6
|
};
|
|
7
|
-
function label({ props
|
|
7
|
+
function label({ props }: {
|
|
8
8
|
props: any;
|
|
9
|
-
slots: any;
|
|
10
9
|
}): {
|
|
11
|
-
class:
|
|
12
|
-
'w-full': any;
|
|
13
|
-
})[];
|
|
10
|
+
class: any[][];
|
|
14
11
|
'data-wv-section': string;
|
|
15
12
|
};
|
|
16
13
|
namespace info {
|
|
@@ -9,13 +9,10 @@ exports.default = {
|
|
|
9
9
|
'data-wv-section': 'root',
|
|
10
10
|
},
|
|
11
11
|
label: function (_a) {
|
|
12
|
-
var props = _a.props
|
|
12
|
+
var props = _a.props;
|
|
13
13
|
return ({
|
|
14
14
|
'class': [
|
|
15
15
|
['text-general-900 text-xs flex gap-[2px] font-normal', props.labelClass],
|
|
16
|
-
{
|
|
17
|
-
'w-full': slots['label-addon']
|
|
18
|
-
}
|
|
19
16
|
],
|
|
20
17
|
'data-wv-section': 'fieldlabel',
|
|
21
18
|
});
|