@wx-design/components 1.1.5 → 1.1.6
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/es/index.mjs +1 -2
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -17825,8 +17825,7 @@ const EC = "$__table_id", SC = "$__table_parent", bs = (e, t) => {
|
|
|
17825
17825
|
modelValue: e.headerFilterModel[n.field],
|
|
17826
17826
|
"onUpdate:modelValue": (c) => e.headerFilterModel[n.field] = c
|
|
17827
17827
|
}, s.value, {
|
|
17828
|
-
type: ((a = s.value) == null ? void 0 : a.type) ?? "datetimerange"
|
|
17829
|
-
prefixIcon: nn("span", null, null)
|
|
17828
|
+
type: ((a = s.value) == null ? void 0 : a.type) ?? "datetimerange"
|
|
17830
17829
|
}), null) : l === An.Select ? nn(jf, Wn({
|
|
17831
17830
|
modelValue: e.headerFilterModel[n.field],
|
|
17832
17831
|
"onUpdate:modelValue": (c) => e.headerFilterModel[n.field] = c
|