@bcc-code/component-library-vue 0.9.3 → 0.9.4
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.
|
@@ -18247,7 +18247,7 @@ const VN = /* @__PURE__ */ Te({
|
|
|
18247
18247
|
return typeof s == "function" || typeof s == "object" && s !== null;
|
|
18248
18248
|
}
|
|
18249
18249
|
function i(s) {
|
|
18250
|
-
return typeof
|
|
18250
|
+
return typeof e.optionLabel == "function" ? e.optionLabel(s) : typeof s == "string" ? s : e.optionLabel ? s[e.optionLabel] : null;
|
|
18251
18251
|
}
|
|
18252
18252
|
function o(s) {
|
|
18253
18253
|
const l = i(s);
|