@addsign/moje-agenda-shared-lib 1.0.37 → 1.0.39
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 +14 -2
- package/dist/components/datatable/DataTableServer.js +2 -2
- package/dist/components/datatable/DataTableServer.js.map +1 -1
- package/dist/components/form/DateRangeField.js +1 -1
- package/dist/components/form/DateRangeField.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 +2 -2
- package/dist/components/form/SelectField.js.map +1 -1
- package/package.json +1 -1
package/dist/assets/tailwind.css
CHANGED
|
@@ -843,6 +843,9 @@ video {
|
|
|
843
843
|
.h-\[440px\] {
|
|
844
844
|
height: 440px;
|
|
845
845
|
}
|
|
846
|
+
.h-\[500px\] {
|
|
847
|
+
height: 500px;
|
|
848
|
+
}
|
|
846
849
|
.h-\[52px\] {
|
|
847
850
|
height: 52px;
|
|
848
851
|
}
|
|
@@ -2100,8 +2103,8 @@ video {
|
|
|
2100
2103
|
--tw-placeholder-opacity: 1;
|
|
2101
2104
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity));
|
|
2102
2105
|
}
|
|
2103
|
-
.\!opacity-
|
|
2104
|
-
opacity: 0.
|
|
2106
|
+
.\!opacity-80 {
|
|
2107
|
+
opacity: 0.8 !important;
|
|
2105
2108
|
}
|
|
2106
2109
|
.opacity-0 {
|
|
2107
2110
|
opacity: 0;
|
|
@@ -2115,6 +2118,9 @@ video {
|
|
|
2115
2118
|
.opacity-75 {
|
|
2116
2119
|
opacity: 0.75;
|
|
2117
2120
|
}
|
|
2121
|
+
.opacity-80 {
|
|
2122
|
+
opacity: 0.8;
|
|
2123
|
+
}
|
|
2118
2124
|
.shadow {
|
|
2119
2125
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2120
2126
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
@@ -3144,6 +3150,12 @@ video {
|
|
|
3144
3150
|
|
|
3145
3151
|
|
|
3146
3152
|
|
|
3153
|
+
.disabled\:opacity-80:disabled {
|
|
3154
|
+
opacity: 0.8;
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
|
|
3158
|
+
|
|
3147
3159
|
.group:hover .group-hover\:visible {
|
|
3148
3160
|
visibility: visible;
|
|
3149
3161
|
}
|
|
@@ -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: [
|