@addsign/moje-agenda-shared-lib 1.0.37 → 1.0.38
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/assets/tailwind.css +3 -0
- package/dist/components/datatable/DataTableServer.js +2 -2
- package/dist/components/datatable/DataTableServer.js.map +1 -1
- package/dist/components/form/InputField.js +2 -2
- package/dist/components/form/InputField.js.map +1 -1
- package/dist/components/form/SelectField.js +1 -1
- package/dist/components/form/SelectField.js.map +1 -1
- package/package.json +1 -1
package/dist/assets/tailwind.css
CHANGED
|
@@ -22211,7 +22211,7 @@ function DataTableServer({
|
|
|
22211
22211
|
)
|
|
22212
22212
|
] }) }),
|
|
22213
22213
|
data && (data == null ? void 0 : data.content) && (data == null ? void 0 : data.content.length) > 0 && /* @__PURE__ */ jsxs("tbody", { className: "relative", children: [
|
|
22214
|
-
isLoading && /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", { children: /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-gray-300 opacity-50 z-50", children: /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-
|
|
22214
|
+
isLoading && /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", { children: /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-gray-300 opacity-50 z-50", children: /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-[500px]", children: /* @__PURE__ */ jsx(Spinner, {}) }) }) }) }),
|
|
22215
22215
|
data.content.map((item, rowIndex) => /* @__PURE__ */ jsxs(
|
|
22216
22216
|
"tr",
|
|
22217
22217
|
{
|
|
@@ -22286,7 +22286,7 @@ function DataTableServer({
|
|
|
22286
22286
|
"td-nodata"
|
|
22287
22287
|
) }, "tr-nodata")
|
|
22288
22288
|
] }),
|
|
22289
|
-
isLoading && (!data || ((_b = data == null ? void 0 : data.content) == null ? void 0 : _b.length) === 0) && /* @__PURE__ */ jsx("tbody", { className: "relative", children: /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", { colSpan: 100, children: /* @__PURE__ */ jsx("div", { className: "w-full flex items-center justify-center h-
|
|
22289
|
+
isLoading && (!data || ((_b = data == null ? void 0 : data.content) == null ? void 0 : _b.length) === 0) && /* @__PURE__ */ jsx("tbody", { className: "relative", children: /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", { colSpan: 100, children: /* @__PURE__ */ jsx("div", { className: "w-full flex items-center justify-center h-[500px] py-2", children: /* @__PURE__ */ jsx(Spinner, {}) }) }) }) }),
|
|
22290
22290
|
!isLoading && (!data || ((_c = data == null ? void 0 : data.content) == null ? void 0 : _c.length) === 0) && /* @__PURE__ */ jsx("tbody", { className: "relative h-[440px]", children: /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", { colSpan: 100, children: /* @__PURE__ */ jsx("div", { className: "w-full flex items-center justify-center h-full py-2 text-gray-600 font-medium text-xs ", children: "Žádná data" }) }) }) })
|
|
22291
22291
|
] }, tableKey) }),
|
|
22292
22292
|
/* @__PURE__ */ jsxs("div", { className: "w-full p-5 flex gap-5 justify-between", children: [
|