@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/index.es.js
CHANGED
|
@@ -1900,7 +1900,7 @@ const T = {
|
|
|
1900
1900
|
"cursor-pointer"
|
|
1901
1901
|
]
|
|
1902
1902
|
}
|
|
1903
|
-
},
|
|
1903
|
+
}, M = {
|
|
1904
1904
|
root: ({ props: e }) => ({
|
|
1905
1905
|
class: [
|
|
1906
1906
|
"flex",
|
|
@@ -1989,7 +1989,7 @@ const T = {
|
|
|
1989
1989
|
"cursor-pointer"
|
|
1990
1990
|
]
|
|
1991
1991
|
}
|
|
1992
|
-
},
|
|
1992
|
+
}, W = {
|
|
1993
1993
|
copybutton: {
|
|
1994
1994
|
class: "peer-hover:visible scale-125 !absolute top-2 right-2 z-50"
|
|
1995
1995
|
},
|
|
@@ -8310,7 +8310,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
8310
8310
|
}
|
|
8311
8311
|
]
|
|
8312
8312
|
})
|
|
8313
|
-
}),
|
|
8313
|
+
}), Me = {
|
|
8314
8314
|
navContainer: ({ props: e }) => ({
|
|
8315
8315
|
class: [
|
|
8316
8316
|
// Position
|
|
@@ -8446,7 +8446,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
8446
8446
|
]
|
|
8447
8447
|
}
|
|
8448
8448
|
}
|
|
8449
|
-
},
|
|
8449
|
+
}, We = {
|
|
8450
8450
|
root: ({ props: e }) => ({
|
|
8451
8451
|
class: [
|
|
8452
8452
|
//Font
|
|
@@ -9001,11 +9001,11 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9001
9001
|
},
|
|
9002
9002
|
// States
|
|
9003
9003
|
{
|
|
9004
|
-
"hover:bg-primary-50": (t.selectionMode == "single" || t.selectionMode == "multiple") && !e.disabled && !e.exactDisabled
|
|
9004
|
+
"hover:bg-primary-50": (t.selectionMode == "single" || t.selectionMode == "multiple" || t.selectionMode == "checkbox") && !e.disabled && !e.exactDisabled
|
|
9005
9005
|
},
|
|
9006
9006
|
{
|
|
9007
9007
|
"!text-general-200": e.disabled && !e.exactDisabled,
|
|
9008
|
-
"!cursor-default": e.disabled || e.exactDisabled
|
|
9008
|
+
"!pointer-events-none !cursor-default": e.disabled || e.exactDisabled
|
|
9009
9009
|
},
|
|
9010
9010
|
// Transition
|
|
9011
9011
|
"transition-shadow duration-200",
|
|
@@ -9038,7 +9038,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9038
9038
|
// Transition
|
|
9039
9039
|
"transition duration-200",
|
|
9040
9040
|
// Misc
|
|
9041
|
-
"cursor-pointer select-none"
|
|
9041
|
+
"cursor-pointer select-none !pointer-events-auto"
|
|
9042
9042
|
],
|
|
9043
9043
|
"data-wv-section": "tree-node-toggler"
|
|
9044
9044
|
}),
|
|
@@ -9200,7 +9200,6 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9200
9200
|
{
|
|
9201
9201
|
"!text-general-200 !cursor-default": t.exactDisabled && e.node.key != -1
|
|
9202
9202
|
},
|
|
9203
|
-
{ "!opacity-60": t.disabled },
|
|
9204
9203
|
"text-xs font-medium text-general-800"
|
|
9205
9204
|
]
|
|
9206
9205
|
})
|
|
@@ -9896,7 +9895,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9896
9895
|
buttonradio: Fe,
|
|
9897
9896
|
selectbutton: Ee,
|
|
9898
9897
|
slider: $e,
|
|
9899
|
-
chips:
|
|
9898
|
+
chips: M,
|
|
9900
9899
|
rating: Pe,
|
|
9901
9900
|
multiselect: s,
|
|
9902
9901
|
togglebutton: Je,
|
|
@@ -9940,7 +9939,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9940
9939
|
panel: Ae,
|
|
9941
9940
|
fieldset: ie,
|
|
9942
9941
|
card: G,
|
|
9943
|
-
tabview:
|
|
9942
|
+
tabview: Me,
|
|
9944
9943
|
divider: ee,
|
|
9945
9944
|
toolbar: Xe,
|
|
9946
9945
|
scrollpanel: Ve,
|
|
@@ -9973,7 +9972,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9973
9972
|
badgegroup: st,
|
|
9974
9973
|
avatar: N,
|
|
9975
9974
|
avatargroup: I,
|
|
9976
|
-
tag:
|
|
9975
|
+
tag: We,
|
|
9977
9976
|
chip: R,
|
|
9978
9977
|
progressbar: Ie,
|
|
9979
9978
|
skeleton: Ge,
|
|
@@ -9982,7 +9981,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
9982
9981
|
image: oe,
|
|
9983
9982
|
workcalendar: ct,
|
|
9984
9983
|
loading: ut,
|
|
9985
|
-
codesnippet:
|
|
9984
|
+
codesnippet: W,
|
|
9986
9985
|
username: ft
|
|
9987
9986
|
};
|
|
9988
9987
|
export {
|