golden-logic-ui 1.0.375 → 1.0.376
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 +4 -4
- package/dist/golden-logic-ui.umd.cjs +20 -20
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -51480,7 +51480,7 @@ const sq = /* @__PURE__ */ qr(UQ, [["render", nee]]), oee = {
|
|
|
51480
51480
|
], Tee = {
|
|
51481
51481
|
class: "rounded-t-lg lg:rounded-t-none text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border-[1px] dark:border-gray-700",
|
|
51482
51482
|
"data-label": ""
|
|
51483
|
-
}, Eee = ["checked"], Aee = ["data-label"], Dee = { class: "overflow-auto max-h-40" }, Oee = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
|
|
51483
|
+
}, Eee = ["checked", "onChange"], Aee = ["data-label"], Dee = { class: "overflow-auto max-h-40" }, Oee = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
|
|
51484
51484
|
function Ree(O, ie, te, Te, le, j) {
|
|
51485
51485
|
const Ae = y1("dropdown"), Q = y1("GlDropdown"), Ne = y1("GlTextInput"), pt = y1("TailwindPagination");
|
|
51486
51486
|
return pe(), ye("div", see, [
|
|
@@ -51625,8 +51625,8 @@ function Ree(O, ie, te, Te, le, j) {
|
|
|
51625
51625
|
}, [
|
|
51626
51626
|
P("td", Tee, [
|
|
51627
51627
|
P("input", {
|
|
51628
|
-
checked: le.checkedIds.includes(
|
|
51629
|
-
onChange:
|
|
51628
|
+
checked: le.checkedIds.includes(qe.id),
|
|
51629
|
+
onChange: (dn) => j.toggleCheck(qe.id),
|
|
51630
51630
|
type: "checkbox",
|
|
51631
51631
|
value: "",
|
|
51632
51632
|
class: "w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
|
|
@@ -51647,7 +51647,7 @@ function Ree(O, ie, te, Te, le, j) {
|
|
|
51647
51647
|
field: dn.field_name,
|
|
51648
51648
|
xprops: te.xprops,
|
|
51649
51649
|
tdProps: dn.tdProps,
|
|
51650
|
-
onDeleteAction: ie[
|
|
51650
|
+
onDeleteAction: ie[4] || (ie[4] = (us) => j.GetItemLists()),
|
|
51651
51651
|
onEditAction: (us) => j.editAction(qe),
|
|
51652
51652
|
onGeneralAction: (us) => j.generalAction(qe)
|
|
51653
51653
|
}, null, 40, ["row", "field", "xprops", "tdProps", "onEditAction", "onGeneralAction"])) : (pe(), ye(Qn, { key: 1 }, [
|