cecomponent 2.0.66 → 2.0.67
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.
|
@@ -45295,7 +45295,7 @@ const CEAdvancedMultiSelectDropdown = ({
|
|
|
45295
45295
|
}, []);
|
|
45296
45296
|
const V = (z) => {
|
|
45297
45297
|
var N;
|
|
45298
|
-
return ((N = t.find((G) => G.value === z)) == null ? void 0 : N.label) || "";
|
|
45298
|
+
return Array.isArray(t) && ((N = t.find((G) => G.value === z || G.label === z)) == null ? void 0 : N.label) || "";
|
|
45299
45299
|
}, K = (z) => {
|
|
45300
45300
|
z.stopPropagation(), T(""), i([]);
|
|
45301
45301
|
};
|
package/package.json
CHANGED
package/dist/App_bak.d.ts
DELETED