@milaboratories/uikit 2.2.89 → 2.2.90
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/CHANGELOG.md +7 -0
- package/dist/pl-uikit.js +2 -2
- package/dist/pl-uikit.js.map +1 -1
- package/dist/src/types.d.ts +2 -6
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/PlDropdownLine/PlDropdownLine.vue +1 -1
- package/src/types.ts +2 -6
package/CHANGELOG.md
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -4500,7 +4500,7 @@ const Tf = { class: "resizable-input" }, Vf = ["placeholder", "value", "disabled
|
|
|
4500
4500
|
const M = [];
|
|
4501
4501
|
return o.isOpen && M.push("open"), s.disabled && M.push("disabled"), M.join(" ");
|
|
4502
4502
|
}), l = L(""), u = Af($n(s, "options"), l), c = _(() => !!(s.clearable && o.isOpen && s.modelValue && d.value)), d = _(() => {
|
|
4503
|
-
if (s.modelValue) {
|
|
4503
|
+
if (s.modelValue !== void 0) {
|
|
4504
4504
|
const M = k();
|
|
4505
4505
|
if (M !== -1)
|
|
4506
4506
|
return ut(s.options)[M].label;
|
|
@@ -8703,7 +8703,7 @@ const th = ae.object({
|
|
|
8703
8703
|
label: ae.string()
|
|
8704
8704
|
});
|
|
8705
8705
|
ae.array(th);
|
|
8706
|
-
const nh = "1.
|
|
8706
|
+
const nh = "1.37.0";
|
|
8707
8707
|
function lt() {
|
|
8708
8708
|
return eh({ sdkVersion: nh });
|
|
8709
8709
|
}
|