@mkt-loitd/react-table-grid-custom 1.2.7 → 1.2.8
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -172,7 +172,7 @@ interface IPayloadService {
|
|
|
172
172
|
type IDispatchState<T> = Dispatch<SetStateAction<T>>;
|
|
173
173
|
|
|
174
174
|
interface IExpandValue extends IPayloadService {
|
|
175
|
-
t?: TFunction<any, any
|
|
175
|
+
t?: TFunction<any, any> | any;
|
|
176
176
|
setConfigSearch?: IDispatchState<ISetConfigPagination>;
|
|
177
177
|
setSelectedRecords?: Dispatch<ReadonlySet<string>>;
|
|
178
178
|
setIsShowEdit?: Dispatch<SetStateAction<boolean>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ interface IPayloadService {
|
|
|
172
172
|
type IDispatchState<T> = Dispatch<SetStateAction<T>>;
|
|
173
173
|
|
|
174
174
|
interface IExpandValue extends IPayloadService {
|
|
175
|
-
t?: TFunction<any, any
|
|
175
|
+
t?: TFunction<any, any> | any;
|
|
176
176
|
setConfigSearch?: IDispatchState<ISetConfigPagination>;
|
|
177
177
|
setSelectedRecords?: Dispatch<ReadonlySet<string>>;
|
|
178
178
|
setIsShowEdit?: Dispatch<SetStateAction<boolean>>;
|
package/dist/index.js
CHANGED
|
@@ -757,7 +757,7 @@ var TableStyleContextWapper = ({
|
|
|
757
757
|
if (!isClient) {
|
|
758
758
|
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_jsx_runtime9.Fragment, { children });
|
|
759
759
|
}
|
|
760
|
-
const idWapper = externalId != null ? externalId :
|
|
760
|
+
const idWapper = externalId != null ? externalId : "12";
|
|
761
761
|
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
762
762
|
"div",
|
|
763
763
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -506,7 +506,7 @@ var ReactTableGridCustomPaginationClient = memo2(
|
|
|
506
506
|
);
|
|
507
507
|
|
|
508
508
|
// src/component/ui/Table/TableStyleContextWapper.tsx
|
|
509
|
-
import { memo as memo3
|
|
509
|
+
import { memo as memo3 } from "react";
|
|
510
510
|
|
|
511
511
|
// src/component/ui/ContextMenu/ContextMenu.tsx
|
|
512
512
|
import { useCallback as useCallback4, useEffect as useEffect2, useRef as useRef2, useState as useState4 } from "react";
|
|
@@ -733,7 +733,7 @@ var TableStyleContextWapper = ({
|
|
|
733
733
|
if (!isClient) {
|
|
734
734
|
return /* @__PURE__ */ jsx9(Fragment3, { children });
|
|
735
735
|
}
|
|
736
|
-
const idWapper = externalId != null ? externalId :
|
|
736
|
+
const idWapper = externalId != null ? externalId : "12";
|
|
737
737
|
return /* @__PURE__ */ jsxs4(
|
|
738
738
|
"div",
|
|
739
739
|
{
|