cr-ui-lib 1.0.20 → 1.1.1
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/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ __export(index_exports, {
|
|
|
47
47
|
MultiLineGraph: () => MultiLineGraph_default,
|
|
48
48
|
MultipleAutoSuggestionInput: () => MultipleAutoSuggestionInput_default,
|
|
49
49
|
NavBar: () => NavBar_default,
|
|
50
|
-
Pagination: () =>
|
|
50
|
+
Pagination: () => Pagination,
|
|
51
51
|
PlainButton: () => PlainButton_default,
|
|
52
52
|
PopupWrapper: () => PopupWrapper_default,
|
|
53
53
|
SelectionButton: () => SelectionButton_default,
|
|
@@ -3738,7 +3738,6 @@ var Pagination = ({
|
|
|
3738
3738
|
totalPages
|
|
3739
3739
|
);
|
|
3740
3740
|
};
|
|
3741
|
-
var Pagination_default = Pagination;
|
|
3742
3741
|
|
|
3743
3742
|
// src/components/table/TableHeader.tsx
|
|
3744
3743
|
var import_tailwind_merge21 = require("tailwind-merge");
|
|
@@ -4037,7 +4036,7 @@ var DynamicTable = ({
|
|
|
4037
4036
|
),
|
|
4038
4037
|
tableData && tableData.length > 0 && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "flex items-center justify-between px-4 py-3 bg-white", children: [
|
|
4039
4038
|
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
4040
|
-
|
|
4039
|
+
Pagination,
|
|
4041
4040
|
{
|
|
4042
4041
|
totalPages: pagination.totalPage,
|
|
4043
4042
|
currentPage: pagination.page,
|
|
@@ -4378,7 +4377,7 @@ var DynamicTableV2 = ({
|
|
|
4378
4377
|
className: "flex items-center justify-between px-4 py-3 bg-white border-b-1 rounded-bl-[8px]",
|
|
4379
4378
|
children: [
|
|
4380
4379
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
4381
|
-
|
|
4380
|
+
Pagination,
|
|
4382
4381
|
{
|
|
4383
4382
|
totalPages: (_a = pagination == null ? void 0 : pagination.totalPage) != null ? _a : 1,
|
|
4384
4383
|
currentPage: (_b = pagination == null ? void 0 : pagination.page) != null ? _b : 1,
|