@fewangsit/wangsvue-presets 1.0.100-alpha.0 → 1.0.100-alpha.2
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 +11 -12
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +4 -4
- package/fixedasset/tree/index.d.ts +5 -9
- package/fixedasset/tree/index.js +4 -4
- package/globalsettings/style.css +4 -4
- package/package.json +1 -1
- package/supplyasset/style.css +4 -4
- package/wangsvue/style.css +4 -4
package/fixedasset/style.css
CHANGED
|
@@ -900,6 +900,10 @@
|
|
|
900
900
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 3a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.829-2H11c-1.1 0-2 .9-2 2v.171a3.001 3.001 0 0 1 0 5.658V15c0 1.1.9 2 2 2h1.17A3 3 0 0 1 15 15h3a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.829-2H11c-2.21 0-4-1.79-4-4H5a3 3 0 1 1 0-6h2a4 4 0 0 1 4-4h1.17A3 3 0 0 1 15 3zm0 14h-3a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2M8 11H5a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2m10-6h-3a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2'/%3E%3C/svg%3E");
|
|
901
901
|
}
|
|
902
902
|
|
|
903
|
+
.\!pointer-events-none{
|
|
904
|
+
pointer-events: none !important;
|
|
905
|
+
}
|
|
906
|
+
|
|
903
907
|
.pointer-events-none{
|
|
904
908
|
pointer-events: none;
|
|
905
909
|
}
|
|
@@ -4295,10 +4299,6 @@
|
|
|
4295
4299
|
caret-color: #003b94;
|
|
4296
4300
|
}
|
|
4297
4301
|
|
|
4298
|
-
.\!opacity-60{
|
|
4299
|
-
opacity: 0.6 !important;
|
|
4300
|
-
}
|
|
4301
|
-
|
|
4302
4302
|
.opacity-0{
|
|
4303
4303
|
opacity: 0;
|
|
4304
4304
|
}
|
|
@@ -27,19 +27,19 @@ declare namespace _default {
|
|
|
27
27
|
'bg-primary-50 !text-primary-500 [&_*]:text-primary-500': boolean;
|
|
28
28
|
'hover:bg-primary-50'?: undefined;
|
|
29
29
|
'!text-general-200'?: undefined;
|
|
30
|
-
'!cursor-default'?: undefined;
|
|
30
|
+
'!pointer-events-none !cursor-default'?: undefined;
|
|
31
31
|
'cursor-pointer select-none'?: undefined;
|
|
32
32
|
'cursor-pointer'?: undefined;
|
|
33
33
|
} | {
|
|
34
34
|
'hover:bg-primary-50': boolean;
|
|
35
35
|
'bg-primary-50 !text-primary-500 [&_*]:text-primary-500'?: undefined;
|
|
36
36
|
'!text-general-200'?: undefined;
|
|
37
|
-
'!cursor-default'?: undefined;
|
|
37
|
+
'!pointer-events-none !cursor-default'?: undefined;
|
|
38
38
|
'cursor-pointer select-none'?: undefined;
|
|
39
39
|
'cursor-pointer'?: undefined;
|
|
40
40
|
} | {
|
|
41
41
|
'!text-general-200': boolean;
|
|
42
|
-
'!cursor-default': any;
|
|
42
|
+
'!pointer-events-none !cursor-default': any;
|
|
43
43
|
'bg-primary-50 !text-primary-500 [&_*]:text-primary-500'?: undefined;
|
|
44
44
|
'hover:bg-primary-50'?: undefined;
|
|
45
45
|
'cursor-pointer select-none'?: undefined;
|
|
@@ -49,14 +49,14 @@ declare namespace _default {
|
|
|
49
49
|
'bg-primary-50 !text-primary-500 [&_*]:text-primary-500'?: undefined;
|
|
50
50
|
'hover:bg-primary-50'?: undefined;
|
|
51
51
|
'!text-general-200'?: undefined;
|
|
52
|
-
'!cursor-default'?: undefined;
|
|
52
|
+
'!pointer-events-none !cursor-default'?: undefined;
|
|
53
53
|
'cursor-pointer'?: undefined;
|
|
54
54
|
} | {
|
|
55
55
|
'cursor-pointer': boolean;
|
|
56
56
|
'bg-primary-50 !text-primary-500 [&_*]:text-primary-500'?: undefined;
|
|
57
57
|
'hover:bg-primary-50'?: undefined;
|
|
58
58
|
'!text-general-200'?: undefined;
|
|
59
|
-
'!cursor-default'?: undefined;
|
|
59
|
+
'!pointer-events-none !cursor-default'?: undefined;
|
|
60
60
|
'cursor-pointer select-none'?: undefined;
|
|
61
61
|
})[];
|
|
62
62
|
};
|
|
@@ -141,10 +141,6 @@ declare namespace _default {
|
|
|
141
141
|
}): {
|
|
142
142
|
class: (string | {
|
|
143
143
|
'!text-general-200 !cursor-default': boolean;
|
|
144
|
-
'!opacity-60'?: undefined;
|
|
145
|
-
} | {
|
|
146
|
-
'!opacity-60': any;
|
|
147
|
-
'!text-general-200 !cursor-default'?: undefined;
|
|
148
144
|
})[];
|
|
149
145
|
};
|
|
150
146
|
}
|
package/fixedasset/tree/index.js
CHANGED
|
@@ -52,13 +52,14 @@ exports.default = {
|
|
|
52
52
|
// States
|
|
53
53
|
{
|
|
54
54
|
'hover:bg-primary-50': (props.selectionMode == 'single' ||
|
|
55
|
-
props.selectionMode == 'multiple'
|
|
55
|
+
props.selectionMode == 'multiple' ||
|
|
56
|
+
props.selectionMode == 'checkbox') &&
|
|
56
57
|
!context.disabled &&
|
|
57
58
|
!context.exactDisabled,
|
|
58
59
|
},
|
|
59
60
|
{
|
|
60
61
|
'!text-general-200': context.disabled && !context.exactDisabled,
|
|
61
|
-
'!cursor-default': context.disabled || context.exactDisabled,
|
|
62
|
+
'!pointer-events-none !cursor-default': context.disabled || context.exactDisabled,
|
|
62
63
|
},
|
|
63
64
|
// Transition
|
|
64
65
|
'transition-shadow duration-200',
|
|
@@ -95,7 +96,7 @@ exports.default = {
|
|
|
95
96
|
// Transition
|
|
96
97
|
'transition duration-200',
|
|
97
98
|
// Misc
|
|
98
|
-
'cursor-pointer select-none',
|
|
99
|
+
'cursor-pointer select-none !pointer-events-auto',
|
|
99
100
|
],
|
|
100
101
|
'data-wv-section': 'tree-node-toggler',
|
|
101
102
|
});
|
|
@@ -263,7 +264,6 @@ exports.default = {
|
|
|
263
264
|
{
|
|
264
265
|
'!text-general-200 !cursor-default': context.exactDisabled && props.node.key != -1,
|
|
265
266
|
},
|
|
266
|
-
{ '!opacity-60': context.disabled },
|
|
267
267
|
'text-xs font-medium text-general-800',
|
|
268
268
|
],
|
|
269
269
|
});
|
package/globalsettings/style.css
CHANGED
|
@@ -896,6 +896,10 @@
|
|
|
896
896
|
--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");
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
+
.\!pointer-events-none{
|
|
900
|
+
pointer-events: none !important;
|
|
901
|
+
}
|
|
902
|
+
|
|
899
903
|
.pointer-events-none{
|
|
900
904
|
pointer-events: none;
|
|
901
905
|
}
|
|
@@ -4344,10 +4348,6 @@
|
|
|
4344
4348
|
caret-color: #070609;
|
|
4345
4349
|
}
|
|
4346
4350
|
|
|
4347
|
-
.\!opacity-60{
|
|
4348
|
-
opacity: 0.6 !important;
|
|
4349
|
-
}
|
|
4350
|
-
|
|
4351
4351
|
.opacity-0{
|
|
4352
4352
|
opacity: 0;
|
|
4353
4353
|
}
|
package/package.json
CHANGED
package/supplyasset/style.css
CHANGED
|
@@ -920,6 +920,10 @@
|
|
|
920
920
|
--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
921
|
}
|
|
922
922
|
|
|
923
|
+
.\!pointer-events-none{
|
|
924
|
+
pointer-events: none !important;
|
|
925
|
+
}
|
|
926
|
+
|
|
923
927
|
.pointer-events-none{
|
|
924
928
|
pointer-events: none;
|
|
925
929
|
}
|
|
@@ -4335,10 +4339,6 @@
|
|
|
4335
4339
|
caret-color: #047857;
|
|
4336
4340
|
}
|
|
4337
4341
|
|
|
4338
|
-
.\!opacity-60{
|
|
4339
|
-
opacity: 0.6 !important;
|
|
4340
|
-
}
|
|
4341
|
-
|
|
4342
4342
|
.opacity-0{
|
|
4343
4343
|
opacity: 0;
|
|
4344
4344
|
}
|
package/wangsvue/style.css
CHANGED
|
@@ -906,6 +906,10 @@
|
|
|
906
906
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 14 0zM5 12v8h14v-8zm6 2h2v4h-2zm6-4V9A5 5 0 0 0 7 9v1z'/%3E%3C/svg%3E");
|
|
907
907
|
}
|
|
908
908
|
|
|
909
|
+
.\!pointer-events-none{
|
|
910
|
+
pointer-events: none !important;
|
|
911
|
+
}
|
|
912
|
+
|
|
909
913
|
.pointer-events-none{
|
|
910
914
|
pointer-events: none;
|
|
911
915
|
}
|
|
@@ -4275,10 +4279,6 @@
|
|
|
4275
4279
|
caret-color: #785930;
|
|
4276
4280
|
}
|
|
4277
4281
|
|
|
4278
|
-
.\!opacity-60{
|
|
4279
|
-
opacity: 0.6 !important;
|
|
4280
|
-
}
|
|
4281
|
-
|
|
4282
4282
|
.opacity-0{
|
|
4283
4283
|
opacity: 0;
|
|
4284
4284
|
}
|