golden-logic-ui 1.0.402 → 1.0.404
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/golden-logic-ui.js
CHANGED
|
@@ -746,7 +746,7 @@ const Qae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
|
|
|
746
746
|
]),
|
|
747
747
|
M("i", {
|
|
748
748
|
onClick: Ct[1] || (Ct[1] = (Pe) => uo()),
|
|
749
|
-
class: nn([it.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
749
|
+
class: nn([it.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas ltr:right-2 rtl:left-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
750
750
|
style: { top: "11px" }
|
|
751
751
|
}, null, 2),
|
|
752
752
|
Va(M("div", {
|
|
@@ -2804,7 +2804,7 @@ const ule = /* @__PURE__ */ qr(CX, [["render", TJ], ["__scopeId", "data-v-a3b21c
|
|
|
2804
2804
|
Q.show || (re.value = {}, Me.value = "", _e("update:modelValue", ""), In());
|
|
2805
2805
|
}
|
|
2806
2806
|
function ge() {
|
|
2807
|
-
re.value.id
|
|
2807
|
+
(!re.value || !re.value.id) && (re.value = {}, Me.value = ""), _e("selected", re.value);
|
|
2808
2808
|
}
|
|
2809
2809
|
return Tg(Me, () => {
|
|
2810
2810
|
eo.value.length === 0 && (re.value = {});
|