golden-logic-ui 1.0.583 → 1.0.584
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 +25 -9
- package/dist/golden-logic-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -900,9 +900,25 @@ const xwe = /* @__PURE__ */ Di(Mae, [["render", Iae]]), Qae = { class: "bg-white
|
|
|
900
900
|
]),
|
|
901
901
|
V("i", {
|
|
902
902
|
onClick: It[1] || (It[1] = (fn) => eo()),
|
|
903
|
-
class:
|
|
904
|
-
style: { top: "
|
|
905
|
-
},
|
|
903
|
+
class: "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",
|
|
904
|
+
style: { top: "13px" }
|
|
905
|
+
}, [
|
|
906
|
+
(Ce(), $e("svg", {
|
|
907
|
+
class: xn([$.value ? "" : "rotate-180", "w-4 h-4 shrink-0"]),
|
|
908
|
+
"aria-hidden": "true",
|
|
909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
910
|
+
fill: "none",
|
|
911
|
+
viewBox: "0 0 10 6"
|
|
912
|
+
}, It[6] || (It[6] = [
|
|
913
|
+
V("path", {
|
|
914
|
+
stroke: "currentColor",
|
|
915
|
+
"stroke-linecap": "round",
|
|
916
|
+
"stroke-linejoin": "round",
|
|
917
|
+
"stroke-width": "2",
|
|
918
|
+
d: "M9 5 5 1 1 5"
|
|
919
|
+
}, null, -1)
|
|
920
|
+
]), 2))
|
|
921
|
+
]),
|
|
906
922
|
jr(V("div", {
|
|
907
923
|
class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l fixed w-full z-[999999999] showOptions rounded-b-lg",
|
|
908
924
|
style: oJ({
|
|
@@ -911,12 +927,12 @@ const xwe = /* @__PURE__ */ Di(Mae, [["render", Iae]]), Qae = { class: "bg-white
|
|
|
911
927
|
})
|
|
912
928
|
}, [
|
|
913
929
|
V("div", Gae, [
|
|
914
|
-
It[
|
|
930
|
+
It[8] || (It[8] = V("label", {
|
|
915
931
|
for: "default-search",
|
|
916
932
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
917
933
|
}, "Search", -1)),
|
|
918
934
|
V("div", Yae, [
|
|
919
|
-
It[
|
|
935
|
+
It[7] || (It[7] = V("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
920
936
|
V("svg", {
|
|
921
937
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
922
938
|
"aria-hidden": "true",
|
|
@@ -3373,11 +3389,11 @@ const Mwe = /* @__PURE__ */ Di(Ice, [["render", mue], ["__scopeId", "data-v-bb11
|
|
|
3373
3389
|
}, null, 10, nde),
|
|
3374
3390
|
jr(V("i", {
|
|
3375
3391
|
onClick: tt[1] || (tt[1] = ol((wt) => je(), ["stop"])),
|
|
3376
|
-
class: "absolute text-gray-500 cursor-pointer ltr:right-
|
|
3392
|
+
class: "absolute text-gray-500 cursor-pointer ltr:right-8 rtl:left-8 pointer-events-auto hover:text-red-600 dark:hover:text-red-400",
|
|
3377
3393
|
style: { top: "13px" }
|
|
3378
3394
|
}, tt[6] || (tt[6] = [
|
|
3379
3395
|
V("svg", {
|
|
3380
|
-
class: "w-[
|
|
3396
|
+
class: "w-[10px] h-[16px]",
|
|
3381
3397
|
"aria-hidden": "true",
|
|
3382
3398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3383
3399
|
fill: "none",
|
|
@@ -3397,10 +3413,10 @@ const Mwe = /* @__PURE__ */ Di(Ice, [["render", mue], ["__scopeId", "data-v-bb11
|
|
|
3397
3413
|
V("i", {
|
|
3398
3414
|
onClick: tt[2] || (tt[2] = (wt) => an()),
|
|
3399
3415
|
class: "absolute text-xl text-gray-500 cursor-pointer ltr:right-2 rtl:left-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions",
|
|
3400
|
-
style: { top: "
|
|
3416
|
+
style: { top: "13px" }
|
|
3401
3417
|
}, [
|
|
3402
3418
|
(Ce(), $e("svg", {
|
|
3403
|
-
class: xn([w.value ? "" : "rotate-180", "w-
|
|
3419
|
+
class: xn([w.value ? "" : "rotate-180", "w-4 h-4 shrink-0"]),
|
|
3404
3420
|
"aria-hidden": "true",
|
|
3405
3421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3406
3422
|
fill: "none",
|