golden-logic-ui 1.0.234 → 1.0.236
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 +3 -3
- package/dist/golden-logic-ui.umd.cjs +54 -54
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -435,7 +435,7 @@ const mre = /* @__PURE__ */ Ta(_K, [["render", AK]]), OK = { class: "bg-white bo
|
|
|
435
435
|
}, $K = { class: "font-bold ptext-lg dark:text-white" }, MK = { class: "mt-3 mb-4" }, NK = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-3 py-1 rounded dark:bg-blue-900 dark:text-blue-300" }, BK = /* @__PURE__ */ H("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), PK = ["name", "value"], IK = {
|
|
436
436
|
key: 0,
|
|
437
437
|
class: "dropdown"
|
|
438
|
-
}, LK = { class: "border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, FK = { class: "relative" }, HK = ["onClick"], VK = { 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 absolute w-full z-[999999999] showOptions" }, zK = { class: "p-1" }, UK = /* @__PURE__ */ H("label", {
|
|
438
|
+
}, LK = { class: "relative border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, FK = { class: "relative" }, HK = ["onClick"], VK = { 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 absolute w-full z-[999999999] showOptions" }, zK = { class: "p-1" }, UK = /* @__PURE__ */ H("label", {
|
|
439
439
|
for: "default-search",
|
|
440
440
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
441
441
|
}, "Search", -1), WK = { class: "relative" }, ZK = /* @__PURE__ */ H("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
@@ -667,12 +667,12 @@ const mre = /* @__PURE__ */ Ta(_K, [["render", AK]]), OK = { class: "bg-white bo
|
|
|
667
667
|
H("button", {
|
|
668
668
|
onClick: me,
|
|
669
669
|
type: "button",
|
|
670
|
-
class: "px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900
|
|
670
|
+
class: "rounded-tl-lg px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"
|
|
671
671
|
}, " Select all "),
|
|
672
672
|
H("button", {
|
|
673
673
|
onClick: _t,
|
|
674
674
|
type: "button",
|
|
675
|
-
class: "px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900
|
|
675
|
+
class: "rounded-tr-lg px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"
|
|
676
676
|
}, " Deselect all ")
|
|
677
677
|
]),
|
|
678
678
|
H("div", LK, [
|