golden-logic-ui 1.0.382 → 1.0.384

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.
@@ -759,6 +759,10 @@ const Kae = /* @__PURE__ */ qr(kK, [["render", DK]]), OK = { class: "bg-white bo
759
759
  }
760
760
  }, qK = {
761
761
  props: {
762
+ classes: {
763
+ type: String,
764
+ default: ""
765
+ },
762
766
  button_type: {
763
767
  type: String,
764
768
  default: "default"
@@ -840,7 +844,7 @@ function YK(O, ie, te, ke, ae, j) {
840
844
  return te.is_loading ? (pe(), Ad(ET("button"), {
841
845
  key: 1,
842
846
  disabled: "",
843
- class: nn(` h-[2.5rem] flex items-center gap-2 focus:outline-none text-sm px-2 py-2 font-medium ${te.has_border_reduced ? "rounded-lg" : ""} ${j.buttonTypeClass}`)
847
+ class: nn(` h-[2.5rem] flex items-center gap-2 focus:outline-none text-sm px-2 py-2 font-medium ${te.has_border_reduced ? "rounded-lg" : ""} ${j.buttonTypeClass} ${te.classes}`)
844
848
  }, {
845
849
  default: Ey(() => [
846
850
  KK,
@@ -853,7 +857,7 @@ function YK(O, ie, te, ke, ae, j) {
853
857
  disabled: te.is_disabled
854
858
  }, { type: te.is_submit ? "submit" : void 0 }, {
855
859
  href: te.tag === "a" ? te.href : void 0,
856
- class: ` ${te.is_disabled ? "cursor-not-allowed opacity-50" : ""} ${te.icon ? "flex" : ""} h-[2.5rem] items-center gap-2 focus:outline-none text-sm px-3 py-2 font-medium ${te.has_border_reduced ? "rounded-lg" : ""} ${j.buttonTypeClass}`
860
+ class: ` ${te.is_disabled ? "cursor-not-allowed opacity-50" : ""} ${te.icon ? "flex" : ""} h-[2.5rem] items-center gap-2 focus:outline-none text-sm px-3 py-2 font-medium ${te.has_border_reduced ? "rounded-lg" : ""} ${j.buttonTypeClass} ${te.classes}`
857
861
  }), {
858
862
  default: Ey(() => [
859
863
  te.icon ? (pe(), ye("i", {
@@ -51648,7 +51652,7 @@ const sq = /* @__PURE__ */ qr(YQ, [["render", iee]]), uee = {
51648
51652
  "clip-rule": "evenodd"
51649
51653
  })
51650
51654
  ])
51651
- ], -1), Pee = { class: "grid grid-cols-1 xl:grid-cols-2 gap-4 mb-3" }, Bee = { class: "flex flex-wrap gap-2 mb-3" }, Nee = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Iee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Lee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Fee = /* @__PURE__ */ M("th", { class: "w-full px-4 py-2 lg:w-1/12" }, null, -1), Hee = ["onClick"], Vee = {
51655
+ ], -1), Pee = { class: "grid grid-cols-1 xl:grid-cols-2 gap-4 mb-3" }, Bee = { class: "flex flex-wrap mb-3" }, Nee = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Iee = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Lee = { class: "hidden text-sm font-normal text-center text-gray-500 lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Fee = /* @__PURE__ */ M("th", { class: "w-full px-4 py-2 lg:w-[3%]" }, null, -1), Hee = ["onClick"], Vee = {
51652
51656
  key: 0,
51653
51657
  class: "ml-2"
51654
51658
  }, zee = {
@@ -51817,7 +51821,9 @@ function Qee(O, ie, te, ke, ae, j) {
51817
51821
  wf(Et, {
51818
51822
  onClick: j.toggleSelectAll,
51819
51823
  tag: "button",
51820
- button_type: "default"
51824
+ button_type: "default",
51825
+ has_border_reduced: !1,
51826
+ classes: ""
51821
51827
  }, {
51822
51828
  default: Ey(() => [
51823
51829
  lo(" Select all ")
@@ -51827,7 +51833,8 @@ function Qee(O, ie, te, ke, ae, j) {
51827
51833
  wf(Et, {
51828
51834
  onClick: j.toggleDeselectAll,
51829
51835
  tag: "button",
51830
- button_type: "default"
51836
+ button_type: "default",
51837
+ has_border_reduced: !1
51831
51838
  }, {
51832
51839
  default: Ey(() => [
51833
51840
  lo(" Deselect all ")
@@ -51837,7 +51844,8 @@ function Qee(O, ie, te, ke, ae, j) {
51837
51844
  wf(Et, {
51838
51845
  tag: "button",
51839
51846
  onClick: j.deleteSelected,
51840
- button_type: "red"
51847
+ button_type: "red",
51848
+ has_border_reduced: !1
51841
51849
  }, {
51842
51850
  default: Ey(() => [
51843
51851
  lo(" Delete selected ")