@3sc/common-component 0.0.510 → 0.0.511
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -40840,7 +40840,7 @@ const s7 = ({ options: e, isDraggable: t }) => {
|
|
|
40840
40840
|
f != null && f.disabled || (j.preventDefault(), ne(), a && ((q = f == null ? void 0 : f.onChange) == null || q.call(f, h, "closed")), !L.current && (m((ue) => !ue), y && H(0)));
|
|
40841
40841
|
},
|
|
40842
40842
|
...f != null && f.placeholder ? {} : {
|
|
40843
|
-
value: Array.isArray(r) ? Array.isArray(n) && r.length === n.length ? "All Selected" : r.map((j) => j == null ? void 0 : j.label).filter(Boolean).join(", ") : (r == null ? void 0 : r.label) || r || ""
|
|
40843
|
+
value: Array.isArray(r) ? Array.isArray(n) && r.length === n.length && n.length ? "All Selected" : r.map((j) => j == null ? void 0 : j.label).filter(Boolean).join(", ") : (r == null ? void 0 : r.label) || r || ""
|
|
40844
40844
|
},
|
|
40845
40845
|
label: p(f == null ? void 0 : f.label),
|
|
40846
40846
|
...f
|