@bcc-code/component-library-vue 0.8.11 → 0.8.13
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/component-library.js +1 -1
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +98 -83
- package/package.json +1 -1
|
@@ -18219,7 +18219,7 @@ const HN = /* @__PURE__ */ Le({
|
|
|
18219
18219
|
return typeof s == "function" || typeof s == "object" && s !== null;
|
|
18220
18220
|
}
|
|
18221
18221
|
function i(s) {
|
|
18222
|
-
return e.optionLabel ? typeof e.optionLabel == "function" ? e.optionLabel(s) : s[e.optionLabel] : null;
|
|
18222
|
+
return typeof s == "string" ? s : e.optionLabel ? typeof e.optionLabel == "function" ? e.optionLabel(s) : s[e.optionLabel] : null;
|
|
18223
18223
|
}
|
|
18224
18224
|
function o(s) {
|
|
18225
18225
|
const l = i(s);
|