@ebiz/designer-components 0.1.121 → 0.1.122
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/dist/index.mjs
CHANGED
|
@@ -59200,7 +59200,7 @@ const ZU = /* @__PURE__ */ ht(n8e, [["render", r8e], ["__scopeId", "data-v-d22af
|
|
|
59200
59200
|
get: () => n.modelValue,
|
|
59201
59201
|
set: (d) => r("update:modelValue", d)
|
|
59202
59202
|
}), u = (d, f) => {
|
|
59203
|
-
|
|
59203
|
+
r("change", d, f);
|
|
59204
59204
|
}, s = (d, f = null) => d.filter((v) => v.manager_dept === f).map((v) => {
|
|
59205
59205
|
const h = s(d, v.id);
|
|
59206
59206
|
return {
|
package/package.json
CHANGED